import { Framework } from '@ajsf/core';
import { Bootstrap4FrameworkComponent } from './bootstrap4-framework.component';
import * as i0 from "@angular/core";
export declare class Bootstrap4Framework extends Framework {
    name: string;
    framework: typeof Bootstrap4FrameworkComponent;
    stylesheets: string[];
    scripts: string[];
    static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap4Framework, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<Bootstrap4Framework>;
}
