/** * SwiftUIVisualEffects */ import SwiftUI struct VibrancyEffectStyleKey: EnvironmentKey { static var defaultValue: UIVibrancyEffectStyle? }