import { SVGProps } from 'react';

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

export { Iota as default };
