import { ButtonColorTypes } from './Button.types'; export declare const getClassName: (className: string, type?: ButtonColorTypes) => string; declare const _default: { getClassName: (className: string, type?: ButtonColorTypes) => string; }; export default _default;