/// import { StatusCellProps } from './type'; declare function PayoutStatusCell({ payoutStatus, ...props }: StatusCellProps): import("react").JSX.Element; export default PayoutStatusCell;