import { Layout } from '../core';
export declare function newPlotLayout(options?: {
    horizAxisHeight?: number;
    vertAxisWidth?: number;
}): Layout;
