import React from 'react'; import { LogisticsType } from '../../common/Logistics/index.d'; declare const ExpressLogistics: (props: Partial) => React.JSX.Element; export default ExpressLogistics;