import * as React from 'react'; import type { IProgressIndicatorProps } from './ProgressIndicator.types'; /** * ProgressIndicator description */ export declare const ProgressIndicator: React.FunctionComponent;