declare interface LinearGradientConfiguration { colorStops: Array; toDirection?: string; fallback?: string; } export { LinearGradientConfiguration };