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