import { SIZES } from '../../../helpers/constants/design-system'; export const BUTTON_SECONDARY_SIZES = { SM: SIZES.SM, MD: SIZES.MD, LG: SIZES.LG, };