import { WidgetTypeInterface } from "..";
export declare function useWidgetType(type: string): WidgetTypeInterface;
