import { SVGProps } from 'react';

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

export { Ardor as default };
