export interface FormioAlert { type: string; message: string; component?: any; } export declare class FormioAlerts { alerts: FormioAlert[]; setAlert(alert: FormioAlert): void; addAlert(alert: FormioAlert): void; setAlerts(alerts: FormioAlert[]): void; } //# sourceMappingURL=formio.alerts.d.ts.map