interface ICallerUserInfoContext {
    avatar?: string;
    userId?: string;
    displayUserInfo?: string;
}
declare const CallerUserInfoContext: import("react").Context<ICallerUserInfoContext>;
export default CallerUserInfoContext;
