import { AlertService } from '../services/alert.service';
export declare class AlertComponent {
    private alertService;
    message: any;
    constructor(alertService: AlertService);
    ngOnInit(): void;
    closeAlert(): void;
}
