/// import { InvokeScript } from "../../../../types"; interface ReviewInvokeScriptProps { script: InvokeScript; } declare const ReviewInvokeScript: ({ script }: ReviewInvokeScriptProps) => JSX.Element; export default ReviewInvokeScript; //# sourceMappingURL=index.d.ts.map