import { EventEmitter, OnInit } from '@angular/core'; import { FormioAlerts } from './formio.alerts'; import * as i0 from "@angular/core"; export declare class FormioAlertsComponent implements OnInit { alerts: FormioAlerts; focusComponent: EventEmitter; ngOnInit(): void; getComponent(event: any, alert: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=formio.alerts.component.d.ts.map