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