import { Ref } from 'vue'; import { SelectOption, SelectProps } from './types'; declare const _default: import('vue').DefineComponent any; clear: () => any; "update:modelValue": (value: string) => any; "visible-change": (value: boolean) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onChange?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onVisible-change"?: ((value: boolean) => any) | undefined; }>, { placement: import('@floating-ui/vue').Placement; options: SelectOption[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { tooltipRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly content?: string | undefined; readonly trigger?: "hover" | "click" | undefined; readonly placement?: import('@floating-ui/vue').Placement | undefined; readonly transition?: string | undefined; readonly openDelay?: number | undefined; readonly closeDelay?: number | undefined; readonly manual?: boolean | undefined; readonly "onOn-change"?: ((value: boolean) => any) | undefined; readonly "onClick-outside"?: ((value: boolean) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; } & { tooltipRef: HTMLDivElement; referenceRef: HTMLDivElement; floatingRef: HTMLDivElement; arrowRef: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: ((event: "on-change", value: boolean) => void) & ((event: "click-outside", value: boolean) => void); $el: HTMLDivElement; $options: import('vue').ComponentOptionsBase & Readonly<{ "onOn-change"?: ((value: boolean) => any) | undefined; "onClick-outside"?: ((value: boolean) => any) | undefined; }>, { show: () => void; hide: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "on-change": (value: boolean) => any; "click-outside": (value: boolean) => any; }, string, { transition: string; trigger: "hover" | "click"; placement: import('@floating-ui/vue').Placement; openDelay: number; closeDelay: number; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{ transition: string; trigger: "hover" | "click"; placement: import('@floating-ui/vue').Placement; openDelay: number; closeDelay: number; }> & Omit & Readonly<{ "onOn-change"?: ((value: boolean) => any) | undefined; "onClick-outside"?: ((value: boolean) => any) | undefined; }>, "show" | "hide" | ("transition" | "trigger" | "placement" | "openDelay" | "closeDelay")> & import('vue').ShallowUnwrapRef<{ show: () => void; hide: () => void; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { default?(_: {}): any; content?(_: {}): any; }; }) | null; inputRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly type?: string | undefined; readonly size?: "large" | "small" | undefined; readonly modelValue?: string | undefined; readonly disabled?: boolean | undefined; readonly green?: boolean | undefined; readonly readonly?: boolean | undefined; readonly autofocus?: boolean | undefined; readonly autocomplete?: string | undefined; readonly placeholder?: string | undefined; readonly showPassword?: boolean | undefined; readonly clearable?: boolean | undefined; readonly form?: string | undefined; readonly onInput?: ((value: string) => any) | undefined; readonly onBlur?: ((value: FocusEvent) => any) | undefined; readonly onChange?: ((value: string) => any) | undefined; readonly onFocus?: ((value: FocusEvent) => any) | undefined; readonly onClear?: (() => any) | undefined; readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; } & { inputRef: HTMLTextAreaElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: ((event: "input", value: string) => void) & ((event: "blur", value: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "focus", value: FocusEvent) => void) & ((event: "clear") => void) & ((event: "update:modelValue", value: string) => void); $el: any; $options: import('vue').ComponentOptionsBase & Readonly<{ onInput?: ((value: string) => any) | undefined; onBlur?: ((value: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((value: FocusEvent) => any) | undefined; onClear?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { ref: Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { input: (value: string) => any; blur: (value: FocusEvent) => any; change: (value: string) => any; focus: (value: FocusEvent) => any; clear: () => any; "update:modelValue": (value: string) => any; }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{}> & Omit & Readonly<{ onInput?: ((value: string) => any) | undefined; onBlur?: ((value: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((value: FocusEvent) => any) | undefined; onClear?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, "ref"> & import('vue').ShallowUnwrapRef<{ ref: Ref; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: Readonly<{ prefix?: () => any; suffix?: () => any; prepend?: () => any; append?: () => any; }> & { prefix?: () => any; suffix?: () => any; prepend?: () => any; append?: () => any; }; }) | null; }, HTMLDivElement>; export default _default;