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; errorMessage: StringConstructor; enterkeyhint: StringConstructor; clearTrigger: { type: import("vue").PropType; default: import("..").FieldClearTrigger; }; formatTrigger: { type: import("vue").PropType; default: import("..").FieldFormatTrigger; }; error: { type: BooleanConstructor; default: null; }; disabled: { type: BooleanConstructor; default: null; }; readonly: { type: BooleanConstructor; default: null; }; } & { 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; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "clear" | "focus" | "blur" | "click-input" | "click-left-icon" | "click-right-icon" | "update:modelValue" | "cancel")[], "search" | "clear" | "focus" | "blur" | "click-input" | "click-left-icon" | "click-right-icon" | "update:modelValue" | "cancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly string>; clearIcon: { type: import("vue").PropType; default: string; }; modelValue: { type: (NumberConstructor | StringConstructor)[]; default: string; }; inputAlign: import("vue").PropType; placeholder: StringConstructor; autocomplete: StringConstructor; errorMessage: StringConstructor; enterkeyhint: StringConstructor; clearTrigger: { type: import("vue").PropType; default: import("..").FieldClearTrigger; }; formatTrigger: { type: import("vue").PropType; default: import("..").FieldFormatTrigger; }; error: { type: BooleanConstructor; default: null; }; disabled: { type: BooleanConstructor; default: null; }; readonly: { type: BooleanConstructor; default: null; }; } & { 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; }>> & { onFocus?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onClear?: ((...args: any[]) => any) | undefined; "onClick-input"?: ((...args: any[]) => any) | undefined; "onClick-left-icon"?: ((...args: any[]) => any) | undefined; "onClick-right-icon"?: ((...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; error: boolean; readonly: boolean; showAction: boolean; }>>; export default Search; export type { SearchProps }; export type { SearchShape, SearchInstance } from './types'; declare module 'vue' { interface GlobalComponents { VanSearch: typeof Search; } }