import { CellType } from "../types"; export declare const TREE_EXPAND_KEY = "expand"; export declare const TREE_CHILDREN_KEY = "children"; export declare const TREE_PARENT_ID_KEY = "$parentId"; export declare const ID_KEY = "id"; export declare const CELL_TYPE: () => CellType;