import { WidgetContextInterface, WidgetBaseContextInterface } from "..";
export declare function useWidgetContextSetup(context: WidgetBaseContextInterface): WidgetContextInterface;
