import { SVGProps } from 'react';

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

export { Ignis as default };
