import type { BoxStyleProps } from "@twilio-paste/box"; export type PillVariant = "error" | "default"; export type VariantStyles = Record; /** The size variants for the FormPillGroup component. */ export type FormPillGroupSizeVariant = "default" | "large"; export type FormPillGroupUsageVariants = "listbox" | "tree"; //# sourceMappingURL=types.d.ts.map