export interface IWidgetSize { width: number; height: number; componentWidth: number; componentHeight: number; }