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