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