import { FC } from "react";
import "./HelpBot.scss";
interface HelpBotProps {
}
declare const HelpBot: FC<HelpBotProps>;
export default HelpBot;
