import { PropType } from 'vue'; export declare type TagType = 'default' | 'primary' | 'success' | 'warning' | 'danger'; declare const _default: import("vue").DefineComponent<{ size: StringConstructor; mark: BooleanConstructor; color: StringConstructor; plain: BooleanConstructor; round: BooleanConstructor; textColor: StringConstructor; closeable: BooleanConstructor; type: { type: PropType; default: string; }; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly; default: string; }; }>>, { type: TagType; round: boolean; closeable: boolean; mark: boolean; plain: boolean; }>; export default _default;