import React from "react"; export type WidgetComponent = { type: any; component: any; };