/** Specifies the possible appearance variants of a loading indicator. */ export type LoadingIndicatorVariant = "uncontained" | "contained"; //# sourceMappingURL=LoadingIndicatorVariant.d.ts.map