import { IconProps } from '../lib';
declare function Shower(props: IconProps): JSX.Element;
export default Shower;
