import type { TagProps } from './tag'; declare var __VLS_1: {}, __VLS_7: {}, __VLS_9: {}, __VLS_15: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_7) => any; } & { suffixIcon?: (props: typeof __VLS_9) => any; } & { closeIcon?: (props: typeof __VLS_15) => any; }; declare const __VLS_component: import("vue").DefineComponent any; edit: (value: string) => any; click: (event: MouseEvent) => any; change: (checked: boolean) => any; "update:checked": (checked: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClose?: ((event: MouseEvent) => any) | undefined; onEdit?: ((value: string) => any) | undefined; onClick?: ((event: MouseEvent) => any) | undefined; onChange?: ((checked: boolean) => any) | undefined; "onUpdate:checked"?: ((checked: boolean) => any) | undefined; }>, { size: import("./tag").TagSize; type: import("./tag").TagType; effect: import("./tag").TagEffect; round: boolean; editable: boolean; closable: boolean; checked: boolean; checkable: boolean; disableTransitions: boolean; hit: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };