import './index.less'; interface IProps { onClose: () => void; onSuccess?: () => void; type: number; } declare const GoodsSource: (props: IProps) => JSX.Element; export default GoodsSource;