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