import { ComputedRef } from 'vue'; import { AcceptableValue } from 'reka-ui'; import { BAutocompleteProps, BAutocompleteSlots, SelectOption } from '../../types'; type __VLS_Props = Omit; type __VLS_PublicProps = { modelValue?: BAutocompleteProps['modelValue']; 'open'?: Exclude; 'search'?: Exclude; } & __VLS_Props; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BAutocompleteSlots; refs: { _input: import('vue').CreateComponentPublicInstanceWithMixins; modelModifiers?: Partial>; } & { disabled?: boolean | undefined; ariaInvalid?: import('../..').AriaInvalid | undefined; autocomplete?: string | undefined; autofocus?: boolean | undefined; form?: string | undefined; formatter?: ((val: string, evt: Event) => string) | undefined; id?: string | undefined; lazyFormatter?: boolean | undefined; list?: string | undefined; name?: string | undefined; placeholder?: string | undefined; plaintext?: boolean | undefined; readonly?: boolean | undefined; required?: boolean | undefined; size?: import('../..').Size | undefined; state?: import('../..').ValidationState | undefined; type?: import('../..').InputType | undefined; max?: import('../../types/CommonTypes').Numberish | undefined; debounce?: import('../../types/CommonTypes').Numberish | undefined; debounceMaxWait?: import('../../types/CommonTypes').Numberish | undefined; min?: import('../../types/CommonTypes').Numberish | undefined; step?: import('../../types/CommonTypes').Numberish | undefined; }> & Readonly<{ "onUpdate:modelValue"?: ((value: import('../../types/CommonTypes').Numberish | null) => any) | undefined; }>, { blur: () => void; element: Readonly>; flushDebounce: (evt: Readonly) => void; focus: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: import('../../types/CommonTypes').Numberish | null) => any; }, import('vue').PublicProps, { disabled: boolean; ariaInvalid: import('../..').AriaInvalid; autocomplete: string; autofocus: boolean; form: string; formatter: (val: string, evt: Event) => string; id: string; lazyFormatter: boolean; list: string; modelValue: Exclude; name: string; placeholder: string; plaintext: boolean; readonly: boolean; required: boolean; size: import('../..').Size; state: import('../..').ValidationState; type: import('../..').InputType; max: import('../../types/CommonTypes').Numberish; debounce: import('../../types/CommonTypes').Numberish; debounceMaxWait: import('../../types/CommonTypes').Numberish; min: import('../../types/CommonTypes').Numberish; step: import('../../types/CommonTypes').Numberish; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { _input: HTMLInputElement; }, HTMLInputElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: Exclude; modelModifiers?: Partial>; } & { disabled?: boolean | undefined; ariaInvalid?: import('../..').AriaInvalid | undefined; autocomplete?: string | undefined; autofocus?: boolean | undefined; form?: string | undefined; formatter?: ((val: string, evt: Event) => string) | undefined; id?: string | undefined; lazyFormatter?: boolean | undefined; list?: string | undefined; name?: string | undefined; placeholder?: string | undefined; plaintext?: boolean | undefined; readonly?: boolean | undefined; required?: boolean | undefined; size?: import('../..').Size | undefined; state?: import('../..').ValidationState | undefined; type?: import('../..').InputType | undefined; max?: import('../../types/CommonTypes').Numberish | undefined; debounce?: import('../../types/CommonTypes').Numberish | undefined; debounceMaxWait?: import('../../types/CommonTypes').Numberish | undefined; min?: import('../../types/CommonTypes').Numberish | undefined; step?: import('../../types/CommonTypes').Numberish | undefined; }> & Readonly<{ "onUpdate:modelValue"?: ((value: import('../../types/CommonTypes').Numberish | null) => any) | undefined; }>, { blur: () => void; element: Readonly>; flushDebounce: (evt: Readonly) => void; focus: () => void; }, {}, {}, {}, { disabled: boolean; ariaInvalid: import('../..').AriaInvalid; autocomplete: string; autofocus: boolean; form: string; formatter: (val: string, evt: Event) => string; id: string; lazyFormatter: boolean; list: string; modelValue: Exclude; name: string; placeholder: string; plaintext: boolean; readonly: boolean; required: boolean; size: import('../..').Size; state: import('../..').ValidationState; type: import('../..').InputType; max: import('../../types/CommonTypes').Numberish; debounce: import('../../types/CommonTypes').Numberish; debounceMaxWait: import('../../types/CommonTypes').Numberish; min: import('../../types/CommonTypes').Numberish; step: import('../../types/CommonTypes').Numberish; }> | null; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, { blur: () => void | undefined; element: ComputedRef; focus: () => void | undefined; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { blur: (event: FocusEvent) => any; clear: () => any; change: (value: AcceptableValue | AcceptableValue[] | undefined) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: AcceptableValue | AcceptableValue[] | undefined) => any; "update:open": (value: boolean) => any; "update:search": (value: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onClear?: (() => any) | undefined; onChange?: ((value: AcceptableValue | AcceptableValue[] | undefined) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: AcceptableValue | AcceptableValue[] | undefined) => any) | undefined; "onUpdate:open"?: ((value: boolean) => any) | undefined; "onUpdate:search"?: ((value: string) => any) | undefined; }>, { disabled: boolean; ariaInvalid: import('../..').AriaInvalid; autocomplete: string; autofocus: boolean; form: string; formatter: (val: string, evt: Event) => string; id: string; lazyFormatter: boolean; name: string; placeholder: string; plaintext: boolean; readonly: boolean; required: boolean; size: import('../..').Size; state: import('../..').ValidationState; dir: "ltr" | "rtl"; teleportTo: string | HTMLElement; options: readonly (object | string | number | boolean)[]; by: string | ((a: unknown, b: unknown) => boolean); disabledField: string; filterFunction: (options: SelectOption[], searchTerm: string) => SelectOption[]; multiple: boolean; noClearButton: boolean; noToggle: boolean; openOnFocus: boolean; resetSearchTermOnBlur: boolean; resetSearchTermOnSelect: boolean; tags: boolean; textField: string; valueField: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { _input: import('vue').CreateComponentPublicInstanceWithMixins; modelModifiers?: Partial>; } & { disabled?: boolean | undefined; ariaInvalid?: import('../..').AriaInvalid | undefined; autocomplete?: string | undefined; autofocus?: boolean | undefined; form?: string | undefined; formatter?: ((val: string, evt: Event) => string) | undefined; id?: string | undefined; lazyFormatter?: boolean | undefined; list?: string | undefined; name?: string | undefined; placeholder?: string | undefined; plaintext?: boolean | undefined; readonly?: boolean | undefined; required?: boolean | undefined; size?: import('../..').Size | undefined; state?: import('../..').ValidationState | undefined; type?: import('../..').InputType | undefined; max?: import('../../types/CommonTypes').Numberish | undefined; debounce?: import('../../types/CommonTypes').Numberish | undefined; debounceMaxWait?: import('../../types/CommonTypes').Numberish | undefined; min?: import('../../types/CommonTypes').Numberish | undefined; step?: import('../../types/CommonTypes').Numberish | undefined; }> & Readonly<{ "onUpdate:modelValue"?: ((value: import('../../types/CommonTypes').Numberish | null) => any) | undefined; }>, { blur: () => void; element: Readonly>; flushDebounce: (evt: Readonly) => void; focus: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: import('../../types/CommonTypes').Numberish | null) => any; }, import('vue').PublicProps, { disabled: boolean; ariaInvalid: import('../..').AriaInvalid; autocomplete: string; autofocus: boolean; form: string; formatter: (val: string, evt: Event) => string; id: string; lazyFormatter: boolean; list: string; modelValue: Exclude; name: string; placeholder: string; plaintext: boolean; readonly: boolean; required: boolean; size: import('../..').Size; state: import('../..').ValidationState; type: import('../..').InputType; max: import('../../types/CommonTypes').Numberish; debounce: import('../../types/CommonTypes').Numberish; debounceMaxWait: import('../../types/CommonTypes').Numberish; min: import('../../types/CommonTypes').Numberish; step: import('../../types/CommonTypes').Numberish; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { _input: HTMLInputElement; }, HTMLInputElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: Exclude; modelModifiers?: Partial>; } & { disabled?: boolean | undefined; ariaInvalid?: import('../..').AriaInvalid | undefined; autocomplete?: string | undefined; autofocus?: boolean | undefined; form?: string | undefined; formatter?: ((val: string, evt: Event) => string) | undefined; id?: string | undefined; lazyFormatter?: boolean | undefined; list?: string | undefined; name?: string | undefined; placeholder?: string | undefined; plaintext?: boolean | undefined; readonly?: boolean | undefined; required?: boolean | undefined; size?: import('../..').Size | undefined; state?: import('../..').ValidationState | undefined; type?: import('../..').InputType | undefined; max?: import('../../types/CommonTypes').Numberish | undefined; debounce?: import('../../types/CommonTypes').Numberish | undefined; debounceMaxWait?: import('../../types/CommonTypes').Numberish | undefined; min?: import('../../types/CommonTypes').Numberish | undefined; step?: import('../../types/CommonTypes').Numberish | undefined; }> & Readonly<{ "onUpdate:modelValue"?: ((value: import('../../types/CommonTypes').Numberish | null) => any) | undefined; }>, { blur: () => void; element: Readonly>; flushDebounce: (evt: Readonly) => void; focus: () => void; }, {}, {}, {}, { disabled: boolean; ariaInvalid: import('../..').AriaInvalid; autocomplete: string; autofocus: boolean; form: string; formatter: (val: string, evt: Event) => string; id: string; lazyFormatter: boolean; list: string; modelValue: Exclude; name: string; placeholder: string; plaintext: boolean; readonly: boolean; required: boolean; size: import('../..').Size; state: import('../..').ValidationState; type: import('../..').InputType; max: import('../../types/CommonTypes').Numberish; debounce: import('../../types/CommonTypes').Numberish; debounceMaxWait: import('../../types/CommonTypes').Numberish; min: import('../../types/CommonTypes').Numberish; step: import('../../types/CommonTypes').Numberish; }> | null; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };