import { ColumnProReact } from '@1771technologies/grid-types/pro-react';
import { PathTreeParentNode } from '@1771technologies/path-tree';
export declare function allLeafs(c: PathTreeParentNode<ColumnProReact<any>>): ColumnProReact<any>[];
