import { AbstractLayout, Desktop, Dimension, HtmlComponent } from '../index';
export declare class DesktopLayout extends AbstractLayout {
    desktop: Desktop;
    constructor(desktop: Desktop);
    layout($container: JQuery): void;
    /**
     * Used to animate bench and header
     */
    protected _animate(animationProps: any, htmlComp: HtmlComponent): void;
    containerSize(): Dimension;
    calculateNavigationWidth(containerSize: Dimension): number;
}
//# sourceMappingURL=DesktopLayout.d.ts.map