import { SIZES } from '../../../helpers/constants/design-system'; export const BUTTON_SIZES = { SM: SIZES.SM, MD: SIZES.MD, LG: SIZES.LG, AUTO: SIZES.AUTO, }; export const BUTTON_TYPES = { PRIMARY: 'primary', SECONDARY: 'secondary', LINK: 'link', };