export declare type WidgetType = { ID: string; name: string; region: string; order: number; content: string; published: boolean; };