export interface WidgetState {
    [propertyName: string]: any;
}