import { Size, Type } from '../../types'; import { Color } from '../../utils/colorUtils'; export type ButtonSize = Size.SMALL | Size.MEDIUM | Size.LARGE; /** Maps button size to icon size */ export declare const BUTTON_ICON_SIZE: Record; /** Maps button type to text / icon color */ export declare const BUTTON_TYPE_COLOR: Record; //# sourceMappingURL=Button.constants.d.ts.map