import { Side } from '../misc';
import { Layout } from '../core';
export declare function newCornerLayout(hSide: Side, vSide: Side): Layout;
