interface IndustryListProps { uploaConfig: any; mappingType: number; } declare const IndustryList: (props: IndustryListProps) => JSX.Element; export default IndustryList;