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