import type { HTMLAttributes } from 'react';
interface AssignmentTableCellProps {
hideRemoveAssignmentButton?: boolean;
}
interface AssignmentsCellProps extends HTMLAttributes, AssignmentTableCellProps {
onRemove?: HTMLAttributes['onClick'];
}
export declare function AssignmentsCell(props: AssignmentsCellProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AssignmentsCell.d.ts.map