import React from 'react'; import { ProgressGradient, ProgressProps } from './Progress.types'; import './Progress.less'; export declare const handleGradient: (strokeColor: ProgressGradient) => { backgroundImage: string; }; declare const Progress: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default Progress;