import { LingXiEdFC } from '@lingxiteam/types'; export interface MyProgressEDProps { title?: string; style?: any; type?: any; placement?: any; showInfo?: boolean; percent?: any; showTitle?: boolean; color?: any; fontSize?: any; lineHeight?: any; fontWeight?: any; valueColor?: any; valueFontSize?: any; valueLineHeight?: any; valueFontWeight?: any; strokeColor?: string; trailColor?: string; backgroundType?: any; valueStyle?: string; prefixText?: string; suffixText?: string; unitText?: string; successIcon?: any; loadingIcon?: any; } declare const ProgressED: LingXiEdFC; export default ProgressED;