declare const Chat: ({ fullscreen }: { fullscreen?: boolean | undefined; }) => import("react/jsx-runtime").JSX.Element; export default Chat;