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