import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const WaterHeaterTall: React.MemoExoticComponent>; declare type WaterHeaterTallRef = PathIconRef; declare type WaterHeaterTallProps = PathIconProps; export { WaterHeaterTall }; export type { WaterHeaterTallRef, WaterHeaterTallProps }; export default WaterHeaterTall;