export interface ChatPanelHandle { /** Close the chat panel. Called by inline cards' nav click handler * ONLY when the resolved navigation is same-tab. */ closeChat: () => void; } export declare const ChatPanelContext: import("react").Context; /** Optional consumer — returns `null` when no provider mounted. */ export declare function useChatPanel(): ChatPanelHandle | null; //# sourceMappingURL=chat-panel-context.d.ts.map