import { SVGProps } from 'react';

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

export { Iostoken as default };
