import { ChatContextValue } from './ChatBubble.types'; export declare const useChatBubble: () => ChatContextValue;