import { PropType } from 'vue'; declare const CRating: import("vue").DefineComponent boolean; }; /** * Enable tooltips with default values or set specific labels for each icon. */ tooltips: { type: PropType; }; /** * The `value` attribute of component. * */ value: NumberConstructor; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "hover")[], "change" | "update:modelValue" | "hover", import("vue").PublicProps, Readonly boolean; }; /** * Enable tooltips with default values or set specific labels for each icon. */ tooltips: { type: PropType; }; /** * The `value` attribute of component. * */ value: NumberConstructor; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onHover?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean; readOnly: boolean; allowClear: boolean; highlightOnlySelected: boolean; itemCount: number; precision: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CRating };