/** * A configuration service for the [NgbAlert](#/components/alert/api#NgbAlert) component. * * You can inject this service, typically in your root component, and customize its properties * to provide default values for all alerts used in the application. */ import * as ɵngcc0 from '@angular/core'; export declare class CloAlertConfig { dismissible: boolean; type: string; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; } //# sourceMappingURL=alert-config.d.ts.map