import { BaseProgress, ProgressRingOptions } from '@microsoft/fast-foundation'; import { progressRingStyles as styles } from './progress-ring.styles.js'; /** * Progress ring class * * @public * @tagname jp-progress-ring */ declare class JupyterProgressRing extends BaseProgress { } /** * A function that returns a {@link @microsoft/fast-foundation#BaseProgress} registration for configuring the component with a DesignSystem. * Implements {@link @microsoft/fast-foundation#progressRingTemplate} * * * @public * @remarks * Generates HTML Element: `` */ export declare const jpProgressRing: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry>; export { JupyterProgressRing as ProgressRing, styles as progressRingStyles };