import { AriaTableCellProps } from 'react-aria'; import { TableState } from 'react-stately'; interface TableCellProps extends AriaTableCellProps { state: TableState; } declare const TableCell: ({ node, state }: TableCellProps) => import("react/jsx-runtime").JSX.Element; export { TableCell }; //# sourceMappingURL=TableCell.d.ts.map