import { PaymentButtonColor, PaymentButtonSize, PaymentButtonLabel } from './types';
export type LabelMode = 'suffix' | 'prefix' | 'none';
export declare const getLabelColor: (background: PaymentButtonColor) => "black" | "white";
export declare const getLabelMode: (label: PaymentButtonLabel, size: PaymentButtonSize) => LabelMode;
//# sourceMappingURL=label.d.ts.map