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