import { SVGProps } from 'react';

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

export { Tokenbox as default };
