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