import { LayoutServiceResponse } from '../rest-sdk/dto/layout-service.response'; import { PageScriptLocation } from '../rest-sdk/dto/scripts'; export declare function RenderPageScripts({ layout, scriptLocation }: { layout: LayoutServiceResponse; scriptLocation: PageScriptLocation; }): import("react/jsx-runtime").JSX.Element;