/// import './style'; /** * 菜单导航配置弹窗 */ export declare function ImportFileModal({ onCancel, visible, fields, dataBatchCreate, datasourceTitle, }: { onCancel: any; visible: any; fields: any; dataBatchCreate: any; datasourceTitle: any; }): JSX.Element;