import * as React from 'react'; import type { ProgressProps } from './interface'; declare const Line: React.FC; export default Line;