import { SVGProps } from "react";
declare const GIDroplets: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GIDroplets };
