/// type Props = { onClick: () => void; isSettlementsAvailable: boolean; isDownloadLoading: boolean; isDownloadError: boolean; isDownloadSuccess: boolean; }; export declare const PayoutReportCell: ({ onClick, isSettlementsAvailable, isDownloadError, isDownloadLoading, isDownloadSuccess }: Props) => import("react").JSX.Element; export {};