type WalletStyleVariables = {
    height?: string;
    primaryColor?: string;
    radius?: string;
    buttonBgColor?: string;
    buttonTextColor?: string;
    buttonHoverBgColor?: string;
    dropdownBgColor?: string;
    dropdownTextColor?: string;
    dropdownHoverBgColor?: string;
};
export declare function createWalletCSSVariables(variables?: WalletStyleVariables): React.CSSProperties;
export {};
//# sourceMappingURL=cssVariables.d.cts.map