export interface AppLayoutConfiguration { } export interface WaitingDescriptor { show: boolean; text?: string; } export type DeviceSize = 'small' | 'large';