import { BaseProgress } from '@microsoft/fast-foundation'; /** * The Fluent Progress Ring Element. Implements {@link @microsoft/fast-foundation#BaseProgress}, * {@link @microsoft/fast-foundation#ProgressRingTemplate} * * * @public * @remarks * HTML Element: \ */ export declare class FluentProgressRing extends BaseProgress { } /** * Styles for ProgressRing * @public */ export declare const ProgressRingStyles: import("@microsoft/fast-element").ElementStyles;