import type { InputTagProps } from './input-tag'; declare var __VLS_1: {}, __VLS_7: { tag: any; index: any; close: () => any; }, __VLS_9: { count: any; tags: any; }, __VLS_15: {}, __VLS_17: {}; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { tag?: (props: typeof __VLS_7) => any; } & { collapseTag?: (props: typeof __VLS_9) => any; } & { clearIcon?: (props: typeof __VLS_15) => any; } & { suffix?: (props: typeof __VLS_17) => any; }; declare const __VLS_component: import("vue").DefineComponent void; blur: () => void; clear: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { clear: () => any; add: (tag: string) => any; focus: (event: FocusEvent) => any; blur: (event: FocusEvent) => any; change: (value: string[]) => any; input: (value: string) => any; "update:modelValue": (value: string[]) => any; remove: (tag: string, index: number) => any; "drag-end": (tags: string[]) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: (() => any) | undefined; onAdd?: ((tag: string) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string[]) => any) | undefined; onInput?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string[]) => any) | undefined; onRemove?: ((tag: string, index: number) => any) | undefined; "onDrag-end"?: ((tags: string[]) => any) | undefined; }>, { disabled: boolean; size: import("./input-tag").InputTagSize; trim: boolean; type: import("./input-tag").InputTagType; separator: string | string[]; placeholder: string; modelValue: string[]; readonly: boolean; clearable: boolean; validateEvent: boolean; draggable: boolean; closable: boolean; collapseTags: boolean; collapseTagsTooltip: boolean; maxCollapseTags: number; addOnBlur: boolean; allowDuplicate: boolean; tagEffect: "dark" | "light" | "plain"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };