import React from "react"; export interface CallCanvasContextProps { isCCAICall: boolean; } export declare const CallCanvasContext: React.Context;