import type { JSX } from 'react'; declare const appSpout: (app: JSX.Element) =>
>(props: P) => Promise>; export default appSpout; //# sourceMappingURL=app.d.ts.map