import type { GridTreeIndentSize } from '../types'; export declare const calculateIndent: (level: number, treeIndentSize: GridTreeIndentSize, includeSpacer?: boolean) => number; //# sourceMappingURL=indent.d.ts.map