import { Framework } from '../framework'; import { Bootstrap4FrameworkComponent } from './bootstrap-4-framework.component'; export declare class Bootstrap4Framework extends Framework { name: string; framework: typeof Bootstrap4FrameworkComponent; stylesheets: string[]; scripts: string[]; }