import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare type TagType = 'default' | 'primary' | 'success' | 'danger' | 'warning'; export declare type TagSize = 'large' | 'medium' | ''; export declare class TagComponent implements OnInit { type: TagType; size: TagSize; plain: boolean; round: boolean; color: string; mark: boolean; textColor: string; closeable: boolean; style: { [klass: string]: any; }; show: boolean; constructor(); ngOnInit(): void; close(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }