import { TableNode } from '@table-library/react-table-library/types/table'; import { CellTreeProps } from '@table-library/react-table-library/types/tree'; export declare type Size = { height: string; width: string; }; export declare const CellTree: ({ item, treeIcon, children, ...passThrough }: CellTreeProps) => import("@emotion/react/jsx-runtime").JSX.Element;