type __VLS_Props = { percent?: number | null; type?: 'line' | 'circle'; size?: 'mini' | 'small' | 'medium' | 'large'; status?: 'normal' | 'success' | 'warning' | 'danger'; strokeWidth?: number; width?: number; showText?: boolean; color?: string; }; declare var __VLS_1: {}, __VLS_3: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_3) => any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { type: "line" | "circle"; width: number; color: string; size: "mini" | "small" | "medium" | "large"; status: "normal" | "success" | "warning" | "danger"; percent: number | null; strokeWidth: number; showText: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=UiProgress.vue.d.ts.map