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: <T extends TableNode>({ item, treeIcon, children, ...passThrough }: CellTreeProps<T>) => import("@emotion/react/jsx-runtime").JSX.Element;
