import type { XySearchExpose, XySearchInfo, XySearchProps } from "./types"; interface XySearchDefineProps extends XySearchProps { classNames?: XySearchProps["classNames"]; styles?: XySearchProps["styles"]; } declare var __VLS_1: {}, __VLS_23: {}; type __VLS_Slots = {} & { searchIcon?: (props: typeof __VLS_1) => any; } & { enterButton?: (props: typeof __VLS_23) => any; }; declare const __VLS_base: import("vue").DefineComponent any; input: (value: string, event: Event) => any; clear: (event: MouseEvent) => any; blur: (event: FocusEvent) => any; change: (value: string, event: Event) => any; focus: (event: FocusEvent) => any; pressEnter: (event: KeyboardEvent) => any; "update:modelValue": (args_0: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSearch?: ((value: string, event: Event, info: XySearchInfo) => any) | undefined; onInput?: ((value: string, event: Event) => any) | undefined; onClear?: ((event: MouseEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string, event: Event) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onPressEnter?: ((event: KeyboardEvent) => any) | undefined; "onUpdate:modelValue"?: ((args_0: string) => any) | undefined; }>, { disabled: boolean; variant: import("../core").XyControlVariant; loading: boolean; autocomplete: string; autofocus: boolean; modelValue: string; placeholder: string; clearable: boolean; enterButton: import("./types").XySearchEnterButton; searchIcon: import("../index.ts").XyIconName; }, {}, {}, {}, 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; }; };