import type { WidgetContextType } from "./types"; export declare const useWidget: () => WidgetContextType;