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