import { CSSProperties } from 'vue'; declare const _default: import("vue").DefineComponent<{ modelValue: { type: NumberConstructor; default: undefined; }; count: { type: NumberConstructor; default: number; }; size: { type: import("vue").PropType; default: string; }; gap: { type: import("vue").PropType; default: number; }; checkedIcon: { type: import("vue").PropType>; default: import("@xuanmo/dl-icons/dist/icons/star-filled").StarFilledProps; }; uncheckedIcon: { type: import("vue").PropType>; default: import("@xuanmo/dl-icons/dist/icons/star-filled").StarFilledProps; }; activeColor: { type: StringConstructor; default: string; }; allowClear: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: BooleanConstructor; default: boolean; }; }, { innerValue: import("vue").WritableComputedRef; classes: import("vue").ComputedRef; style: import("vue").ComputedRef; bem: (el?: import("@xuanmo/dl-common").Modifiers | null | undefined, modifier?: import("@xuanmo/dl-common").Modifiers | undefined) => string; handleChange: (index: number) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "change")[], "update:model-value" | "change", import("vue").PublicProps, Readonly; default: string; }; gap: { type: import("vue").PropType; default: number; }; checkedIcon: { type: import("vue").PropType>; default: import("@xuanmo/dl-icons/dist/icons/star-filled").StarFilledProps; }; uncheckedIcon: { type: import("vue").PropType>; default: import("@xuanmo/dl-icons/dist/icons/star-filled").StarFilledProps; }; activeColor: { type: StringConstructor; default: string; }; allowClear: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:model-value"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; readonly: boolean; modelValue: number; size: string; count: number; gap: string | number | undefined; checkedIcon: import("vue").FunctionalComponent<{}, {}, any, {}>; uncheckedIcon: import("vue").FunctionalComponent<{}, {}, any, {}>; activeColor: string; allowClear: boolean; }, {}>; export default _default;