import * as React from "react"; interface MobileFullscreenChatProps { isOpen: boolean; onClose: () => void; theme?: "light" | "dark"; apiEndpoint?: string; initialMessage?: string; } export declare const MobileFullscreenChat: React.FC; export {}; //# sourceMappingURL=mobile-fullscreen-chat.d.ts.map