import { FC } from "react"; //#region src/components/chat/chatMobile.d.ts interface ChatProps { meetingLinkKey: string; customerSupportKey: string; title: string; supportEmail: string; welcomeMessage: string; } declare const ChatMobile: FC; //#endregion export { ChatMobile };