declare function __VLS_template(): { attrs: Partial<{}>; slots: { icon?(_: { index: number; status: "" | "full" | "half"; }): any; icon?(_: { index: number; status: "" | "full" | "half"; }): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; }; color: { type: import('vue').PropType; default: string; }; readonly: { type: BooleanConstructor; default: boolean; }; allowHalf: { type: BooleanConstructor; default: boolean; }; clearable: { type: BooleanConstructor; default: boolean; }; labels: { type: import('vue').PropType>; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { change: (val: number) => any; "update:modelValue": (val: number) => any; }, string, import('vue').PublicProps, Readonly; }; color: { type: import('vue').PropType; default: string; }; readonly: { type: BooleanConstructor; default: boolean; }; allowHalf: { type: BooleanConstructor; default: boolean; }; clearable: { type: BooleanConstructor; default: boolean; }; labels: { type: import('vue').PropType>; }; }>> & Readonly<{ onChange?: ((val: number) => any) | undefined; "onUpdate:modelValue"?: ((val: number) => any) | undefined; }>, { color: "normal" | "primary" | "success" | "warning" | "danger"; count: number; defaultValue: number; clearable: boolean; readonly: boolean; allowHalf: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };