type ChipSize = "sm" | "md" | "lg"; type ChipVariant = "fill" | "line"; export type { ChipSize, ChipVariant };