import * as ɵngcc0 from '@angular/core';
export declare class AlertConfig {
    /** default alert type */
    type: string;
    /** is alerts are dismissible by default */
    dismissible: boolean;
    /** default time before alert will dismiss */
    dismissOnTimeout?: number;
    static ɵfac: ɵngcc0.ɵɵFactoryDef<AlertConfig, never>;
}

//# sourceMappingURL=alert.config.d.ts.map