import { ProgressProps } from './Progress'; export declare const Progress: import("../utils").WithInstall boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; }>> & Readonly<{}>, { inactive: boolean; showPivot: boolean; percentage: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default Progress; export { progressProps } from './Progress'; export type { ProgressProps }; export type { ProgressInstance, ProgressThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanProgress: typeof Progress; } }