import { CellContext } from '@tanstack/react-table';
import { EntityIdAndVersionNumber } from '../../EntityFinder/details/view/table/TableCellTypes';
export declare function DatasetEditorCheckboxCell<T extends EntityIdAndVersionNumber & {
    isSelected: boolean;
    isDisabled?: boolean;
    setSelected: (newValue: boolean) => void;
}>(props: CellContext<T, any>): false | import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DatasetEditorCheckboxCell.d.ts.map