import { SVGProps } from 'react';

declare const Hydro: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Hydro as default };
