import { TdRateProps } from './type'; import { PropType } from 'vue'; declare const _default: { allowHalf: BooleanConstructor; clearable: BooleanConstructor; color: { type: PropType; default: TdRateProps["color"]; }; count: { type: NumberConstructor; default: number; }; disabled: { type: BooleanConstructor; default: any; }; gap: { type: NumberConstructor; default: number; }; icon: { type: PropType; }; showText: BooleanConstructor; size: { type: StringConstructor; default: string; }; texts: { type: PropType; default: () => TdRateProps["texts"]; }; value: { type: NumberConstructor; default: any; }; modelValue: { type: NumberConstructor; default: any; }; defaultValue: { type: NumberConstructor; default: number; }; onChange: PropType; }; export default _default;