import { OnInit } from '@angular/core'; export declare class AlertComponent implements OnInit { showAlert: boolean; constructor(); ngOnInit(): void; closeAlert(): void; }