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