import { type SearchProps, type SearchSlots, type SearchExpose } from './common'; type __VLS_Slots = SearchSlots; declare const __VLS_base: import("vue").DefineComponent any; search: (value: string) => any; clear: () => any; blur: (event: FocusEvent) => any; cancel: () => any; change: (value: string) => any; click: (event: MouseEvent) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onInput?: ((value: string) => any) | undefined; onSearch?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onCancel?: (() => any) | undefined; onChange?: ((value: string) => any) | undefined; onClick?: ((event: MouseEvent) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { search: string; background: string; readonly: boolean; cancel: string; focus: boolean; disabled: boolean; modelValue: string; shape: "round" | "square"; placeholder: string; align: "left" | "center" | "right"; inputBackground: string; inputColor: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };