import { Layout } from '../core';
/**
 * Simple layout which sets the sizes of all child panes to the size of the parent pane
 * (causing all the children to 'overlay' each other and the parent).
 */
export declare function newOverlayLayout(): Layout;
