import * as i0 from "@angular/core"; export type AlertType = 'success' | 'warning' | 'danger' | 'info'; export declare class AlertComponent { type: AlertType; title: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }