import { type ColorShade } from "./colors";
export declare const btnFontWeight: "bold" | "normal" | number;
export declare const btnFontFamily: string;
export declare const btnTextTransform: "capitalize" | "full-size-kana" | "full-width" | "lowercase" | "none" | "uppercase";
export declare const buttonPadding = "0.375rem 0.75rem";
export declare const getGhostButtonBackgroundColor: (color: string, isDarkTheme: boolean, darkShade: ColorShade, lightShade: ColorShade) => string;
export declare const getSolidButtonBackgroundColor: (color: string, isDarkTheme: boolean, darkShade: ColorShade, lightShade: ColorShade) => string;
