import React from 'react'; import type { IIconProps } from '../utils'; export declare const IconFireHydrant: ({ color, width, height, opacity, viewBox }: IIconProps) => React.JSX.Element;