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