import React from 'react'; import { ColumnArr, TextStyle } from '../type'; interface ProgressProps { id: string; colItem: ColumnArr; item: any; data: any; fontStyle: TextStyle; expPathArr?: string[]; } declare const _default: React.NamedExoticComponent; export default _default;