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