export declare const payoutColorsStyles: { PAID_OUT: { color: string; backgroundColor: string; }; PENDING: { color: string; backgroundColor: string; }; SETTLED: { color: string; backgroundColor: string; }; };