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