export declare const useRefundStyles: () => { REFUNDED: { color: string; backgroundColor: string; }; PENDING: { color: string; backgroundColor: string; }; PAID_OUT: { color: string; backgroundColor: string; }; SETTLED: { color: string; backgroundColor: string; }; UNKNOWN: { color: string; background: string; }; TIMEDOUT: { color: string; background: string; }; FAILED: { color: string; background: string; }; DECLINED: { color: string; background: string; }; RESTRICTED: { color: string; background: string; }; IN_PROGRESS: { color: string; background: string; }; CANCELLED: { color: string; background: string; }; ACCEPTED: { color: string; background: string; }; };