import * as React from 'react';
import { SVGProps } from 'react';
declare const ChatbotBg: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default ChatbotBg;
