import { Outline, TreeLayout } from '../../index';
export declare class OutlineLayout extends TreeLayout {
    outline: Outline;
    constructor(outline: Outline);
    protected _layout($container: JQuery): void;
    protected _setDataHeight(heightOffset: number): void;
}
//# sourceMappingURL=OutlineLayout.d.ts.map