import { IconProps } from '../lib';
declare function Flame(props: IconProps): JSX.Element;
export default Flame;
