import { SVGProps } from 'react';

declare const TheSandbox: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { TheSandbox as default };
