declare function __VLS_template(): { attrs: Partial<{}>; slots: { content?(_: { percentage: number; label: string; }): any; default?(_: {}): any; default?(_: {}): any; default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent boolean; }; readonly variant: { readonly type: import('vue').PropType; readonly default: "default"; }; readonly size: { readonly type: import('vue').PropType; readonly default: "default"; }; readonly type: { readonly type: import('vue').PropType; readonly default: "line"; }; readonly strokeWidth: { readonly type: NumberConstructor; readonly default: undefined; }; readonly showText: { readonly type: BooleanConstructor; readonly default: true; }; readonly textInside: { readonly type: BooleanConstructor; readonly default: false; }; readonly format: { readonly type: import('vue').PropType<(percentage: number) => string>; readonly default: undefined; }; readonly indeterminate: { readonly type: BooleanConstructor; readonly default: false; }; readonly striped: { readonly type: BooleanConstructor; readonly default: false; }; readonly stripedAnimated: { readonly type: BooleanConstructor; readonly default: false; }; readonly color: { readonly type: import('vue').PropType string)>; readonly default: undefined; }; readonly width: { readonly type: NumberConstructor; readonly default: 120; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly boolean; }; readonly variant: { readonly type: import('vue').PropType; readonly default: "default"; }; readonly size: { readonly type: import('vue').PropType; readonly default: "default"; }; readonly type: { readonly type: import('vue').PropType; readonly default: "line"; }; readonly strokeWidth: { readonly type: NumberConstructor; readonly default: undefined; }; readonly showText: { readonly type: BooleanConstructor; readonly default: true; }; readonly textInside: { readonly type: BooleanConstructor; readonly default: false; }; readonly format: { readonly type: import('vue').PropType<(percentage: number) => string>; readonly default: undefined; }; readonly indeterminate: { readonly type: BooleanConstructor; readonly default: false; }; readonly striped: { readonly type: BooleanConstructor; readonly default: false; }; readonly stripedAnimated: { readonly type: BooleanConstructor; readonly default: false; }; readonly color: { readonly type: import('vue').PropType string)>; readonly default: undefined; }; readonly width: { readonly type: NumberConstructor; readonly default: 120; }; }>> & Readonly<{}>, { readonly size: import('./progress').ProgressSize; readonly variant: import('./progress').ProgressVariant; readonly type: import('./progress').ProgressType; readonly width: number; readonly color: string | string[] | ((percentage: number) => string); readonly format: (percentage: number) => string; readonly indeterminate: boolean; readonly percentage: number; readonly strokeWidth: number; readonly showText: boolean; readonly textInside: boolean; readonly striped: boolean; readonly stripedAnimated: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };