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