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