import SwiftUI public struct TextLabeledContent: View { @Environment(\.textLabelStyle) var style let label: TextLabel