import type { RateChange } from './interface'; import type { VmIcon } from '../..'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly modelValue: BasicType; readonly max: BasicType; readonly effectColor: BasicType, string | null>; readonly invalidColor: BasicType, string | null>; readonly readonly: BasicType; readonly icon: BasicType, null>; /** 当前绑定的值 */ readonly size: BasicType, string | number | null>; readonly textShow: BasicType; readonly textColor: BasicType, string | null>; readonly textArr: BasicType, string[] | null>; readonly textSize: BasicType, string | number | null>; readonly onChange: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (val: number) => number; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly max: BasicType; readonly effectColor: BasicType, string | null>; readonly invalidColor: BasicType, string | null>; readonly readonly: BasicType; readonly icon: BasicType, null>; /** 当前绑定的值 */ readonly size: BasicType, string | number | null>; readonly textShow: BasicType; readonly textColor: BasicType, string | null>; readonly textArr: BasicType, string[] | null>; readonly textSize: BasicType, string | number | null>; readonly onChange: BasicType, null>; }>> & { "onUpdate:modelValue"?: ((val: number) => any) | undefined; }, { readonly icon: VmIcon; readonly size: string | number; readonly max: number; readonly modelValue: number; readonly onChange: RateChange; readonly textColor: string; readonly effectColor: string; readonly invalidColor: string; readonly readonly: boolean; readonly textShow: boolean; readonly textArr: string[]; readonly textSize: string | number; }>; export default _sfc_main;