import { CurationTask } from '@sage-bionetworks/synapse-client';
/**
 * Handles rendering the 'Actions' cell in the Metadata Task table, which provides buttons for the user
 * to accomplish the actions they can take on a Metadata Task, such as opening a data grid for the entity referenced
 * by the task.
 */
export default function MetadataTaskTableActionCell(props: {
    curationTask: CurationTask;
    canEdit: boolean;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MetadataTaskTableActionCell.d.ts.map