import React from "react"; import { TheBoxProps } from "../lib/types"; declare const TheBox: ({ signer, nftParams, options, onTxPending, onTxReceipt, onTxError, className, apiKey }: TheBoxProps) => React.JSX.Element; export default TheBox;