import { ICON_VARIANT, TYPE } from "./badge.constants"; type ValueOf = T[keyof T]; type IconVariant = ValueOf; type BadgeType = ValueOf; export type { BadgeType, IconVariant };