import GridWrapper from '../grid';
export default class ColumnLayoutWrapper extends GridWrapper {
    static rootSelector: string;
}
