export interface widgetInterface { id: string; name: string; description: string; category: string; icon: string; component: any; defaultSize: { w: number; h: number; }; componentData: any; setComponentData: (data: any) => void; moduleId?: string; } //# sourceMappingURL=widgetBase.d.ts.map