import { AlertsCtrl } from './alerts-ctrl'; /** * Creates a new HTML element that will contain all alerts that are to be shown to the user. */ export declare function AlertsView({ ctrl }: { ctrl: AlertsCtrl; }): HTMLElement; //# sourceMappingURL=alerts-view.d.ts.map