/** Specifies the possible appearance variants of a tab. */ export type TabVariant = "primary" | "secondary"; //# sourceMappingURL=TabVariant.d.ts.map