import { ChatSessionOptions, ChatSession as ChatSession$1 } from '@whop/embedded-components-vanilla-js/types'; import React__default, { PropsWithChildren } from 'react'; declare function ChatSession({ children, token, ref, }: PropsWithChildren; }>): React__default.JSX.Element; declare function useChatSession(): ChatSession$1 | null; export { ChatSession, useChatSession };