/// import { InvoiceStatusCellProps } from './type'; export default function InvoiceStatusCell({ status, date, viewsCount, chargeStatus, errorCode, chargeTooltip, remindedCount, ...props }: InvoiceStatusCellProps): import("react").JSX.Element | null;