import type { InputTagExpose, InputTagProps } from './type'; declare var __VLS_1: {}, __VLS_11: { tag: string; index: number; }, __VLS_19: { tag: string; index: number; }, __VLS_33: { tag: string; index: number; }, __VLS_44: { tag: string; index: number; }, __VLS_58: {}; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { tag?: (props: typeof __VLS_11) => any; } & { tag?: (props: typeof __VLS_19) => any; } & { tag?: (props: typeof __VLS_33) => any; } & { tag?: (props: typeof __VLS_44) => any; } & { suffix?: (props: typeof __VLS_58) => any; }; declare const __VLS_base: import("vue").DefineComponent any; change: (value: string[]) => any; blur: (e: FocusEvent) => any; input: (value: string, e: Event) => any; focus: (e: FocusEvent) => any; "update:modelValue": (value: string[]) => any; tagAdd: (value: string, e: KeyboardEvent) => any; tagClose: (value: string, index: number, e: MouseEvent) => any; "update:inputValue": (value: string) => any; inputChange: (value: string, e?: Event | undefined) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: ((value: string[]) => any) | undefined; onChange?: ((value: string[]) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((value: string, e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string[]) => any) | undefined; onTagAdd?: ((value: string, e: KeyboardEvent) => any) | undefined; onTagClose?: ((value: string, index: number, e: MouseEvent) => any) | undefined; "onUpdate:inputValue"?: ((value: string) => any) | undefined; onInputChange?: ((value: string, e?: Event | undefined) => any) | undefined; }>, { disabled: boolean; readonly: boolean; loading: boolean; clearable: boolean; status: "success" | "warning" | "error" | "normal"; collapseTags: boolean; collapseTagsPopover: boolean; tagTheme: "primary" | "sakura" | "success" | "warning" | "danger" | "info" | "notice"; tagVariant: "primary" | "plain" | "outline"; }, {}, {}, {}, 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; }; };