import { TdSearchProps } from './type'; import { PropType } from 'vue'; declare const _default: { action: { type: PropType; default: TdSearchProps['action']; }; autocompleteOptions: { type: PropType; }; center: BooleanConstructor; clearTrigger: { type: PropType; default: TdSearchProps['clearTrigger']; validator(val: TdSearchProps['clearTrigger']): boolean; }; clearable: { type: BooleanConstructor; default: boolean; }; cursorColor: { type: StringConstructor; default: string; }; disabled: BooleanConstructor; focus: BooleanConstructor; leftIcon: { type: PropType; default: TdSearchProps['leftIcon']; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: PropType; }; placeholder: { type: StringConstructor; default: string; }; readonly: { type: BooleanConstructor; default: any; }; resultList: { type: PropType; default: () => TdSearchProps['resultList']; }; shape: { type: PropType; default: TdSearchProps['shape']; validator(val: TdSearchProps['shape']): boolean; }; value: { type: StringConstructor; default: any; }; modelValue: { type: StringConstructor; default: any; }; defaultValue: { type: StringConstructor; default: string; }; onActionClick: PropType; onBlur: PropType; onChange: PropType; onClear: PropType; onFocus: PropType; onSearch: PropType; onSubmit: PropType; }; export default _default;