import { TdSelectInputProps } from './type'; import { PropType } from 'vue'; declare const _default: { allowInput: BooleanConstructor; autoWidth: BooleanConstructor; autofocus: BooleanConstructor; borderless: BooleanConstructor; clearable: BooleanConstructor; collapsedItems: { type: PropType; }; disabled: { type: BooleanConstructor; default: any; }; inputProps: { type: PropType; }; inputValue: { type: PropType; default: TdSelectInputProps["inputValue"]; }; defaultInputValue: { type: PropType; }; keys: { type: PropType; }; label: { type: PropType; }; loading: BooleanConstructor; minCollapsedNum: { type: NumberConstructor; default: number; }; multiple: BooleanConstructor; panel: { type: PropType; }; placeholder: { type: StringConstructor; default: string; }; popupProps: { type: PropType; }; popupVisible: { type: BooleanConstructor; default: any; }; defaultPopupVisible: BooleanConstructor; prefixIcon: { type: PropType; }; readonly: { type: BooleanConstructor; default: any; }; reserveKeyword: BooleanConstructor; size: { type: PropType; default: TdSelectInputProps["size"]; validator(val: TdSelectInputProps["size"]): boolean; }; status: { type: PropType; default: TdSelectInputProps["status"]; validator(val: TdSelectInputProps["status"]): boolean; }; suffix: { type: PropType; }; suffixIcon: { type: PropType; }; tag: { type: PropType; }; tagInputProps: { type: PropType; }; tagProps: { type: PropType; }; tips: { type: PropType; }; value: { type: PropType; default: TdSelectInputProps["value"]; }; valueDisplay: { type: PropType; }; onBlur: PropType; onClear: PropType; onEnter: PropType; onFocus: PropType; onInputChange: PropType; onMouseenter: PropType; onMouseleave: PropType; onPaste: PropType; onPopupVisibleChange: PropType; onTagChange: PropType; }; export default _default;