import * as Solid from 'solid-js';
/**
 * During streaming SSR, `<Scripts>` marks where late hydration scripts may
 * begin to be inserted.
 */
export declare const Scripts: () => Solid.JSX.Element;
