/** Specifies the possible appearance variants of a floating-action button menu. */ export type FabMenuVariant = "primary" | "secondary" | "tertiary"; //# sourceMappingURL=FabMenuVariant.d.ts.map