/// import { DateCellBaseProps } from '../type'; export default function PayoutDateCell({ value, ...props }: DateCellBaseProps): import("react").JSX.Element;