import { BalanceCellProps } from './type'; export declare const refundStatusIcons: Record; export declare const refundStatusLabels: { REFUNDED: string; PENDING: string; PAID_OUT: string; };