import React from 'react'; import { GoodsProps } from '../../common/Goods'; declare const Supplier: (props: Partial) => React.JSX.Element; export default Supplier;