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