import { VNodeChild, PropType } from 'vue'; export declare const props: () => { value: NumberConstructor; disabled: { type: BooleanConstructor; default(): boolean; }; prefixIcon: PropType; };