import { OnInit, ElementRef } from '@angular/core'; export declare class AlertComponent implements OnInit { private element; size: string; color: string; title: string; content: string; constructor(element: ElementRef); ngOnInit(): void; closeClick(): void; }