import { ThemeType } from '..'; type __VLS_Props = { /** 0–100. */ value?: number; color?: ThemeType; /** Render as a circular ring/donut instead of a bar. */ ring?: boolean; /** Bar thickness (px) or ring diameter (px). */ size?: number; /** Ring stroke width (px). Ignored for bars. */ thickness?: number; /** Show a trailing % label (bar only, when no default slot). */ label?: boolean; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { size: number; color: ThemeType; value: number; thickness: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=Progress.vue.d.ts.map