import { ProgressProps } from './Progress'; export declare const Progress: import("../utils").WithInstall boolean; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly boolean; }; }>>, { inactive: boolean; showPivot: boolean; percentage: string | number; }>>; export default Progress; export type { ProgressProps }; export type { ProgressInstance } from './types'; declare module 'vue' { interface GlobalComponents { VanProgress: typeof Progress; } }