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