import { SVGProps } from 'react';

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

export { Tokenomy as default };
