import type { XyRateProps } from "./types"; declare var __VLS_1: { filled: boolean; index: number; value: number; }, __VLS_8: { filled: boolean; index: number; value: number; }, __VLS_15: { value: number; }; type __VLS_Slots = {} & { character?: (props: typeof __VLS_1) => any; } & { character?: (props: typeof __VLS_8) => any; } & { default?: (props: typeof __VLS_15) => any; }; declare const __VLS_base: import("vue").DefineComponent void | undefined; focus: (options?: FocusOptions) => void | undefined; readonly nativeElement: HTMLDivElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { blur: (event: FocusEvent) => any; change: (value: number) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: number) => any; hoverChange: (value: number) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: number) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: number) => any) | undefined; onHoverChange?: ((value: number) => any) | undefined; }>, { count: number; allowClear: boolean; modelValue: number; tabindex: number; allowHalf: boolean; character: string; tooltips: string[]; }, {}, {}, {}, 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; }; };