import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; import type { RateChange } from './interface'; export declare const dkRateProps: { modelValue: returnType; numberValue: returnType, string | number | null>; icon: returnType, string | null>; readonly: returnType; selectColor: returnType, string | null>; noSelectColor: returnType, string | null>; iconSize: returnType, string | number | null>; onchange: returnType, RateChange | undefined>; disabled: returnType; showScore: returnType; showText: returnType, string[] | undefined>; }; export type RateProps = ExtractPropTypes;