import { PropType } from 'vue'; import { Size, Status } from '../_utils/constant'; declare const PROGRESS_TYPES: readonly ["line", "circle"]; type ProgressType = (typeof PROGRESS_TYPES)[number]; declare var __VLS_8: { percent: number; }, __VLS_17: { percent: number; }, __VLS_26: { percent: number; }; type __VLS_Slots = {} & { text?: (props: typeof __VLS_8) => any; } & { text?: (props: typeof __VLS_17) => any; } & { text?: (props: typeof __VLS_26) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; size: { type: PropType; }; percent: { type: NumberConstructor; default: number; }; steps: { type: NumberConstructor; default: number; }; animation: { type: BooleanConstructor; default: boolean; }; strokeWidth: { type: NumberConstructor; }; width: { type: (StringConstructor | NumberConstructor)[]; }; color: { type: (ObjectConstructor | StringConstructor)[]; }; trackColor: StringConstructor; bufferColor: { type: (ObjectConstructor | StringConstructor)[]; }; showText: { type: BooleanConstructor; default: boolean; }; status: { type: PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; size: { type: PropType; }; percent: { type: NumberConstructor; default: number; }; steps: { type: NumberConstructor; default: number; }; animation: { type: BooleanConstructor; default: boolean; }; strokeWidth: { type: NumberConstructor; }; width: { type: (StringConstructor | NumberConstructor)[]; }; color: { type: (ObjectConstructor | StringConstructor)[]; }; trackColor: StringConstructor; bufferColor: { type: (ObjectConstructor | StringConstructor)[]; }; showText: { type: BooleanConstructor; default: boolean; }; status: { type: PropType; }; }>> & Readonly<{}>, { type: "circle" | "line"; animation: boolean; percent: number; showText: boolean; steps: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };