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