import { OnInit } from '@angular/core'; import { FormioAlerts } from './formio.alerts'; export declare class FormioAlertsComponent implements OnInit { alerts: FormioAlerts; ngOnInit(): void; }