import { NoFrameworkComponent } from './no-framework.component';
import { Bootstrap3Component } from './bootstrap-3.component';
import { Bootstrap4Component } from './bootstrap-4.component';
import { Foundation6Component } from './foundation-6.component';
import { MaterialDesignComponent } from './material-design/material-design.component';
import { SemanticUIComponent } from './semantic-ui.component';
export declare const ALL_FRAMEWORKS: (typeof Bootstrap3Component | typeof Bootstrap4Component | typeof Foundation6Component | typeof NoFrameworkComponent | typeof MaterialDesignComponent | typeof SemanticUIComponent)[];
