import React from 'react'; export declare type TProgress = { className?: string; rounded?: boolean; percent?: string | number; animate?: boolean; size?: 'sm' | 'md' | 'lg'; color?: string; shade?: '50' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | string | number; }; export declare const Progress: React.ForwardRefExoticComponent>; export default Progress;