import { Widget } from './Widget'; export interface Widgets { [type: string]: Widget; }