export declare const Tag: import("../utils").WithInstall; mark: BooleanConstructor; show: { type: BooleanConstructor; default: true; }; type: { type: import("vue").PropType; default: import("./Tag").TagType; }; color: StringConstructor; plain: BooleanConstructor; round: BooleanConstructor; textColor: StringConstructor; closeable: BooleanConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; mark: BooleanConstructor; show: { type: BooleanConstructor; default: true; }; type: { type: import("vue").PropType; default: import("./Tag").TagType; }; color: StringConstructor; plain: BooleanConstructor; round: BooleanConstructor; textColor: StringConstructor; closeable: BooleanConstructor; }>> & { onClose?: ((...args: any[]) => any) | undefined; }, { type: import("./Tag").TagType; mark: boolean; round: boolean; show: boolean; plain: boolean; closeable: boolean; }>>; export default Tag; export type { TagSize, TagType, TagProps } from './Tag'; declare module 'vue' { interface GlobalComponents { GlmTag: typeof Tag; } }