import { OnInit } from '@angular/core'; export declare class TagsComponent implements OnInit { private taggedContentType; private tags; private constants; private visibleTags; constructor(constants: any); ngOnInit(): any; }