import { OnInit, ElementRef } from '@angular/core'; export declare class TagComponent implements OnInit { private element; content: string; square: boolean; rounded: boolean; link: boolean; remove: boolean; color: string; constructor(element: ElementRef); ngOnInit(): void; closeTag(): void; }