import { SVGProps } from 'react';

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

export { Iqeon as default };
