import { BFormRatingProps, BFormRatingSlots } from '../../types'; type __VLS_Props = Omit; type __VLS_PublicProps = { modelValue?: Exclude; } & __VLS_Props; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BFormRatingSlots; refs: {}; rootEl: HTMLOutputElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, { hoverValue: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: number) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: number) => any) | undefined; }>, { disabled: boolean; form: string; id: string; name: string; readonly: boolean; size: "sm" | "lg" | string; color: string; variant: "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "light" | "dark" | string; precision: number; showValue: boolean; inline: boolean; locale: string; noBorder: boolean; showClear: boolean; showValueMax: boolean; stars: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLOutputElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };