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