import React from 'react'; declare const withDynamicImport: (importFunction: () => Promise) => React.FC; export default withDynamicImport;