/** Specifies the various appearance variants of a progress indicator. */ export type ProgressIndicatorVariant = "flat" | "wavy"; //# sourceMappingURL=ProgressIndicatorVariant.d.ts.map