import './style'; import { TdSearchProps } from './type'; export * from './type'; export type SearchProps = TdSearchProps; export declare const Search: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: TdSearchProps['action']; }; autocompleteOptions: { type: import("vue").PropType; }; center: BooleanConstructor; clearTrigger: { type: import("vue").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: import("vue").PropType; default: TdSearchProps['leftIcon']; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: import("vue").PropType; }; placeholder: { type: StringConstructor; default: string; }; readonly: { type: BooleanConstructor; default: any; }; resultList: { type: import("vue").PropType; default: () => TdSearchProps['resultList']; }; shape: { type: import("vue").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: import("vue").PropType; onBlur: import("vue").PropType; onChange: import("vue").PropType; onClear: import("vue").PropType; onFocus: import("vue").PropType; onSearch: import("vue").PropType; onSubmit: import("vue").PropType; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { action: string | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue); center: boolean; clearTrigger: "always" | "focus"; clearable: boolean; cursorColor: string; disabled: boolean; focus: boolean; leftIcon: string | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue); placeholder: string; readonly: boolean; resultList: string[]; shape: "round" | "square"; value: string; modelValue: string; defaultValue: string; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: TdSearchProps['action']; }; autocompleteOptions: { type: import("vue").PropType; }; center: BooleanConstructor; clearTrigger: { type: import("vue").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: import("vue").PropType; default: TdSearchProps['leftIcon']; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: import("vue").PropType; }; placeholder: { type: StringConstructor; default: string; }; readonly: { type: BooleanConstructor; default: any; }; resultList: { type: import("vue").PropType; default: () => TdSearchProps['resultList']; }; shape: { type: import("vue").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: import("vue").PropType; onBlur: import("vue").PropType; onChange: import("vue").PropType; onClear: import("vue").PropType; onFocus: import("vue").PropType; onSearch: import("vue").PropType; onSubmit: import("vue").PropType; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { action: string | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue); center: boolean; clearTrigger: "always" | "focus"; clearable: boolean; cursorColor: string; disabled: boolean; focus: boolean; leftIcon: string | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue); placeholder: string; readonly: boolean; resultList: string[]; shape: "round" | "square"; value: string; modelValue: string; defaultValue: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: TdSearchProps['action']; }; autocompleteOptions: { type: import("vue").PropType; }; center: BooleanConstructor; clearTrigger: { type: import("vue").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: import("vue").PropType; default: TdSearchProps['leftIcon']; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: import("vue").PropType; }; placeholder: { type: StringConstructor; default: string; }; readonly: { type: BooleanConstructor; default: any; }; resultList: { type: import("vue").PropType; default: () => TdSearchProps['resultList']; }; shape: { type: import("vue").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: import("vue").PropType; onBlur: import("vue").PropType; onChange: import("vue").PropType; onClear: import("vue").PropType; onFocus: import("vue").PropType; onSearch: import("vue").PropType; onSubmit: import("vue").PropType; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { action: string | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue); center: boolean; clearTrigger: "always" | "focus"; clearable: boolean; cursorColor: string; disabled: boolean; focus: boolean; leftIcon: string | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue); placeholder: string; readonly: boolean; resultList: string[]; shape: "round" | "square"; value: string; modelValue: string; defaultValue: string; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin; export default Search;