import { SVGProps } from 'react';

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

export { Idex as default };
