import type { ProgressProps } from './type'; declare var __VLS_1: { percentage: number; }, __VLS_3: { percentage: number; }, __VLS_5: { percentage: number; }; type __VLS_Slots = {} & { prepend?: (props: typeof __VLS_1) => any; } & { indicator?: (props: typeof __VLS_3) => any; } & { append?: (props: typeof __VLS_5) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { size: "medium" | "large" | "small" | number; variant: "solid" | "checkered"; theme: "primary" | "sakura" | "success" | "warning" | "danger" | "notice"; pollSizeChange: boolean; gap: number; percentage: number; indicatorPlacement: "inside" | "outside"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };