import React, { ScriptHTMLAttributes } from 'react'; /** Please read Autoblocker.md to understand why this custom component is necessary */ export declare function Script(props: ScriptHTMLAttributes): React.JSX.Element; /** Please read Autoblocker.md to understand why this custom component is necessary */ export declare function createScript(): HTMLScriptElement;