/// declare function LineProgress(props: any): JSX.Element; declare namespace LineProgress { var defaultProps: { showText: boolean; size: string; status: string; }; } export default LineProgress;