import React from 'react';
import type { ProgressValueProps } from '../../types';
declare const ProgressValue: React.FC<ProgressValueProps>;
export default ProgressValue;
