export default function SandBox({ mod, setMod }: {
    mod: any;
    setMod: any;
}): import("react/jsx-runtime").JSX.Element;
