/** Specifies the possible positions of a badge, when attached to another element. */ export type BadgePosition = "above-after" | "above-before" | "below-before" | "below-after" | "before" | "after" | "above" | "below"; //# sourceMappingURL=BadgePosition.d.ts.map