export declare type ButtonConfig = {
    backgroundColor?: string;
    buttonShadow?: string;
    textColor?: string;
    hoverBackground?: string;
    hoverBorderColor?: string;
    borderColor?: string;
    hoverTextColor?: string;
};
//# sourceMappingURL=appearance.config.d.ts.map