import React from 'react'; import './styles/index.less'; export declare const classPrefix = "module-data-import-popup"; declare const NoData: React.FC<{ isOpen: boolean; onCancel: () => void; onOk: () => void; }>; export default NoData;