/**
 * Web ProgressIndicator Component
 *
 */
import { ProgressIndicatorCircularAllProps } from './types';
declare function ProgressIndicatorCircular(props: ProgressIndicatorCircularAllProps): import("react/jsx-runtime").JSX.Element;
export default ProgressIndicatorCircular;
