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