export = Layout;
/**
 * Layout
 */
declare function Layout(options: any): Layout;
declare class Layout {
    /**
     * Layout
     */
    constructor(options: any);
    renderer: any;
    __proto__: any;
    type: string;
    isRendered(el: any): boolean;
    getLast(i: any): any;
    getLastCoords(i: any): any;
    _renderCoords(): any;
    children: any;
    render(): any;
    lpos: any;
}
//# sourceMappingURL=layout.d.ts.map