import { FC } from 'react'; import { ProgressProps } from './Progress.types'; declare const Progress: FC; export default Progress;