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