export type GridTypeBootstrapName = 'bootstrap';
export type GridTypeBootstrap3Name = 'bootstrap3';
export interface Bootstrap {
    xs: '0px';
    sm: '768px';
    md: '992px';
    lg: '1200px';
}
declare const _default: Bootstrap;
export default _default;
