import type { JSX } from 'react'; import { ServerProps } from './types.js'; declare const appSpout: (app: JSX.Element) =>

(props: P) => Promise>; export default appSpout; //# sourceMappingURL=app.server.d.ts.map