export type MetadataTaskTableProps = {
    projectId: string;
};
/**
 * Displays a list of metadata curation tasks for a particular project, with actions that can be performed on each task.
 * @param props
 * @constructor
 */
export default function MetadataTasksPage(props: MetadataTaskTableProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MetadataTasksPage.d.ts.map