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