//#region src/utils/browser-script.d.ts declare function BrowserScript(props: { nonce?: string; }): import("react/jsx-runtime").JSX.Element; //#endregion export { BrowserScript }; //# sourceMappingURL=browser-script.d.ts.map