import { IconPropType } from "../../../utils/vue/icon.js"; import "../../../utils/index.js"; import { PopperEffect } from "../../popper/src/popper.js"; import { InputTagProps } from "./input-tag.js"; import "../../../index.js"; import * as vue from "vue"; //#region ../../packages/components/input-tag/src/input-tag.vue.d.ts declare var __VLS_1: {}, __VLS_15: { value: string; index: number; }, __VLS_41: { value: string; index: number; }, __VLS_43: {}; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { tag?: (props: typeof __VLS_15) => any; } & { tag?: (props: typeof __VLS_41) => any; } & { suffix?: (props: typeof __VLS_43) => any; }; declare const __VLS_base: vue.DefineComponent void; blur: () => void; }, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, { blur: (evt: FocusEvent) => void; focus: (evt: FocusEvent) => void; "update:modelValue": (value?: string[] | undefined) => void; clear: () => void; change: (value?: string[] | undefined) => void; input: (value: string) => void; "add-tag": (value: string | string[]) => void; "remove-tag": (value: string, index: number) => void; "drag-tag": (oldIndex: number, newIndex: number, value: string) => void; }, string, vue.PublicProps, Readonly & Readonly<{ onBlur?: ((evt: FocusEvent) => any) | undefined; onChange?: ((value?: string[] | undefined) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value?: string[] | undefined) => any) | undefined; onClear?: (() => any) | undefined; "onAdd-tag"?: ((value: string | string[]) => any) | undefined; "onRemove-tag"?: ((value: string, index: number) => any) | undefined; "onDrag-tag"?: ((oldIndex: number, newIndex: number, value: string) => any) | undefined; }>, { disabled: boolean; id: string; tabindex: string | number; validateEvent: boolean; effect: PopperEffect; autocomplete: string; clearIcon: IconPropType; trigger: "Enter" | "Space"; maxCollapseTags: number; tagType: "info" | "primary" | "success" | "warning" | "danger"; tagEffect: "dark" | "light" | "plain"; saveOnBlur: boolean; delimiter: string | RegExp; }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };