import { SearchProps } from './Search'; export declare const Search: import("../utils").WithInstall string>; clearIcon: { type: import("vue").PropType; default: string; }; modelValue: { type: (NumberConstructor | StringConstructor)[]; default: string; }; inputAlign: import("vue").PropType; placeholder: StringConstructor; autocomplete: StringConstructor; autocapitalize: StringConstructor; autocorrect: StringConstructor; errorMessage: StringConstructor; enterkeyhint: StringConstructor; clearTrigger: { type: import("vue").PropType; default: import("..").FieldClearTrigger; }; formatTrigger: { type: import("vue").PropType; default: import("..").FieldFormatTrigger; }; spellcheck: { type: BooleanConstructor; default: null; }; error: { type: BooleanConstructor; default: null; }; disabled: { type: BooleanConstructor; default: null; }; readonly: { type: BooleanConstructor; default: null; }; inputmode: import("vue").PropType; } & { label: StringConstructor; shape: { type: import("vue").PropType; default: import("./types").SearchShape; }; leftIcon: { type: import("vue").PropType; default: string; }; clearable: { type: BooleanConstructor; default: true; }; actionText: StringConstructor; background: StringConstructor; showAction: BooleanConstructor; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "clear" | "focus" | "blur" | "clickInput" | "clickLeftIcon" | "clickRightIcon" | "update:modelValue" | "cancel")[], "search" | "clear" | "focus" | "blur" | "clickInput" | "clickLeftIcon" | "clickRightIcon" | "update:modelValue" | "cancel", import("vue").PublicProps, Readonly string>; clearIcon: { type: import("vue").PropType; default: string; }; modelValue: { type: (NumberConstructor | StringConstructor)[]; default: string; }; inputAlign: import("vue").PropType; placeholder: StringConstructor; autocomplete: StringConstructor; autocapitalize: StringConstructor; autocorrect: StringConstructor; errorMessage: StringConstructor; enterkeyhint: StringConstructor; clearTrigger: { type: import("vue").PropType; default: import("..").FieldClearTrigger; }; formatTrigger: { type: import("vue").PropType; default: import("..").FieldFormatTrigger; }; spellcheck: { type: BooleanConstructor; default: null; }; error: { type: BooleanConstructor; default: null; }; disabled: { type: BooleanConstructor; default: null; }; readonly: { type: BooleanConstructor; default: null; }; inputmode: import("vue").PropType; } & { label: StringConstructor; shape: { type: import("vue").PropType; default: import("./types").SearchShape; }; leftIcon: { type: import("vue").PropType; default: string; }; clearable: { type: BooleanConstructor; default: true; }; actionText: StringConstructor; background: StringConstructor; showAction: BooleanConstructor; }>> & Readonly<{ onFocus?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onClear?: ((...args: any[]) => any) | undefined; onClickInput?: ((...args: any[]) => any) | undefined; onClickLeftIcon?: ((...args: any[]) => any) | undefined; onClickRightIcon?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onCancel?: ((...args: any[]) => any) | undefined; onSearch?: ((...args: any[]) => any) | undefined; }>, { autofocus: boolean; disabled: boolean; shape: import("./types").SearchShape; leftIcon: string; clearable: boolean; clearIcon: string; modelValue: string | number; clearTrigger: import("..").FieldClearTrigger; formatTrigger: import("..").FieldFormatTrigger; spellcheck: boolean; error: boolean; readonly: boolean; showAction: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default Search; export { searchProps } from './Search'; export type { SearchProps }; export type { SearchShape, SearchInstance, SearchThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanSearch: typeof Search; } }