import { ButtonSizeShared } from '../types'; import { IconSize } from '../../../../foundation/icon'; export { BUTTON_COLORS, BUTTON_COLORS_ARRAY } from './buttonColors.const.ts'; export { BUTTON_SIZES, BUTTON_SIZES_ARRAY } from './buttonSizes.const.ts'; export { BUTTON_VARIANTS, BUTTON_VARIANTS_ARRAY } from './buttonVariants.const.ts'; /** Size-to-icon-size mapping shared by Button and IconButton. */ export declare const buttonSizeToIconSize: Record, IconSize>;