import { WidgetInterface } from "..";
export declare function useWidget(id: string): WidgetInterface;
