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