export interface IErrorScreen { title: string; description: string; actionText: string; actionIconName: string | null; readonly: boolean; widgetView: 'vertical' | 'horizontal-small' | 'horizontal-medium' | 'horizontal-large' | 'big-format'; }