export declare function indentTreeNode(rtl: any, layer: any, absolute?: boolean): {
    [x: string]: number;
};
