import React from 'react';
import { ProgressIndicatorProps } from './types';
export declare const ProgressIndicator: React.ForwardRefExoticComponent<ProgressIndicatorProps & React.RefAttributes<HTMLDivElement>>;
