import React from "react"; /** * CAVEAT: * When using require("..").Component in React Native, the type info is discarded. * If the Props of returned component is not {}, you should explicitly specify the generic for the required component (but not recommended). */ export declare function async(componentLoader: () => React.ComponentType, loadingComponent?: React.ReactNode): React.ComponentType; //# sourceMappingURL=async.d.ts.map