import { TdInputProps } from './type'; import { PropType } from 'vue'; declare const _default: { align: { type: PropType; default: TdInputProps["align"]; validator(val: TdInputProps["align"]): boolean; }; allowInputOverMax: BooleanConstructor; autoWidth: BooleanConstructor; autocomplete: { type: StringConstructor; default: any; }; autofocus: BooleanConstructor; borderless: BooleanConstructor; clearable: BooleanConstructor; disabled: { type: BooleanConstructor; default: any; }; format: { type: PropType; }; inputClass: { type: PropType; }; label: { type: PropType; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: PropType; }; name: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: any; }; prefixIcon: { type: PropType; }; readonly: { type: BooleanConstructor; default: any; }; showClearIconOnEmpty: BooleanConstructor; showLimitNumber: BooleanConstructor; size: { type: PropType; default: TdInputProps["size"]; validator(val: TdInputProps["size"]): boolean; }; spellCheck: BooleanConstructor; status: { type: PropType; default: TdInputProps["status"]; validator(val: TdInputProps["status"]): boolean; }; suffix: { type: PropType; }; suffixIcon: { type: PropType; }; tips: { type: PropType; }; type: { type: PropType; default: TdInputProps["type"]; validator(val: TdInputProps["type"]): boolean; }; value: { type: PropType; default: TdInputProps["value"]; }; modelValue: { type: PropType; default: TdInputProps["value"]; }; defaultValue: { type: PropType; }; onBlur: PropType; onChange: PropType; onClear: PropType; onClick: PropType; onCompositionend: PropType; onCompositionstart: PropType; onEnter: PropType; onFocus: PropType; onKeydown: PropType; onKeypress: PropType; onKeyup: PropType; onMouseenter: PropType; onMouseleave: PropType; onPaste: PropType; onValidate: PropType; onWheel: PropType; }; export default _default;