export interface SkyFlyoutConfig { providers?: any[]; ariaDescribedBy?: string; ariaLabelledBy?: string; ariaRole?: string; defaultWidth?: number; minWidth?: number; maxWidth?: number; }