import { WidgetTypeInterface } from "..";
export declare function createWidget(widget: WidgetTypeInterface): WidgetTypeInterface;
