import { SVGProps } from 'react'; declare const Hydro: (props: SVGProps) => JSX.Element; export { Hydro as default };