import { SVGProps } from "react"; declare const TheSandbox: (props: SVGProps) => JSX.Element; export default TheSandbox;