export type ProgressBarType = 'warning' | 'danger'; type Props = { modelValue: number; type?: ProgressBarType; ariaLabel?: string; progressId?: string; max?: number; showPercentage?: boolean; }; declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { ariaLabel: string; type: ProgressBarType; modelValue: number; max: number; progressId: string; showPercentage: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;