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