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