/// import { IconProps } from '../../types'; declare const Fire: (allProps: IconProps) => JSX.Element; export default Fire;