import React from 'react'; interface Props { scriptStr: string; id: string; nonce: string; } export default function InlinedScript(_props: Props): React.JSX.Element; export {}; //# sourceMappingURL=inlined-script.d.ts.map