1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./alert";
|
3 | export { NgbAlert } from './alert';
|
4 | export { NgbAlertConfig } from './alert-config';
|
5 | export declare class NgbAlertModule {
|
6 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbAlertModule, never>;
|
7 | static ɵmod: i0.ɵɵNgModuleDeclaration<NgbAlertModule, never, [typeof i1.NgbAlert], [typeof i1.NgbAlert]>;
|
8 | static ɵinj: i0.ɵɵInjectorDeclaration<NgbAlertModule>;
|
9 | }
|