export declare enum Ng2BootstrapTheme {
    BS3 = 1,
    BS4 = 2,
}
export declare class Ng2BootstrapConfig {
    private static _theme;
    static theme: Ng2BootstrapTheme;
}
