import { HTMLAttributes } from 'vue';
import { ProgressRootProps } from 'radix-vue';
type __VLS_Props = ProgressRootProps & {
class?: HTMLAttributes['class'];
size?: 80 | 72 | 64 | 56 | 48;
};
declare var __VLS_14: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_14) => any;
};
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
size: 80 | 72 | 64 | 56 | 48;
modelValue: number | null;
max: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
declare const __VLS_export: __VLS_WithSlots;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};