import React from "react"; import { BUCKET_VALUE, VFConfigInterface } from "../Types/firebase"; export declare const SHOULD_LTS_WORK = true; export declare const SHOULD_VISITOR_LT_WORK = true; declare const MiniChatEmbed: (props: { key?: string; config: VFConfigInterface; bucket?: BUCKET_VALUE; chatOpen?: boolean; onLoad?: () => void; }) => React.JSX.Element; export default MiniChatEmbed;