export declare const useWidgetContext: () => {
    widgets: {
        [key: string]: import("..").IAgoraWidget;
    };
};
