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