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