export interface SkyModalConfigurationInterface { fullPage?: boolean; size?: string; providers?: any[]; ariaDescribedBy?: string; ariaLabelledBy?: string; tiledBody?: boolean; helpKey?: string; }