/** * Render body script tags collected from route matches and SSR manifests. * During streaming SSR, `` marks where late hydration scripts may * begin to be inserted. */ export declare const Scripts: () => import("react/jsx-runtime").JSX.Element;