import { PropType } from 'vue'; import { SIZES } from '../_utils/constant'; declare var __VLS_6: { percent: number; }; type __VLS_Slots = {} & { text?: (props: typeof __VLS_6) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; strokeWidth: { type: NumberConstructor; }; width: { type: NumberConstructor; default: undefined; }; color: { type: (ObjectConstructor | StringConstructor)[]; default: undefined; }; trackColor: StringConstructor; status: { type: StringConstructor; default: undefined; }; showText: { type: BooleanConstructor; default: boolean; }; pathStrokeWidth: { type: NumberConstructor; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; strokeWidth: { type: NumberConstructor; }; width: { type: NumberConstructor; default: undefined; }; color: { type: (ObjectConstructor | StringConstructor)[]; default: undefined; }; trackColor: StringConstructor; status: { type: StringConstructor; default: undefined; }; showText: { type: BooleanConstructor; default: boolean; }; pathStrokeWidth: { type: NumberConstructor; }; }>> & Readonly<{}>, { color: string | Record; size: "small" | "medium" | "large" | "mini"; width: number; status: string; percent: number; showText: boolean; }, {}, {}, {}, 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; }; };