/// import { BalanceCellProps } from './type'; declare function RefundChargeCell({ percentage, date, payoutStatus, payoutTooltip, chargeTooltip, refundCount, isTextShown, ...props }: BalanceCellProps): import("react").JSX.Element | null; export default RefundChargeCell;