import { Reference } from '@sage-bionetworks/synapse-types';
import { CellContext } from '@tanstack/react-table';
import { VersionSelectionType } from '../../../VersionSelectionType';
import { EntityFinderTableViewRowData } from '../DetailsView';
type EntityFinderVersionCellProps = {
    context: CellContext<EntityFinderTableViewRowData, any>;
    versionSelection: VersionSelectionType;
    toggleSelection: (entity: Reference | Reference[]) => void;
    setInitialVersion: (entityId: string, version: number) => void;
};
export declare function EntityFinderVersionCell(props: EntityFinderVersionCellProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=EntityFinderVersionCell.d.ts.map