/// import { DueCellProps } from './type'; declare function DueDateCell({ dueDate, expiryDate, ...props }: DueCellProps): import("react").JSX.Element | null; export default DueDateCell;