I have a UIDocumentPickerViewController that picks only images. This works fine in iOS 13:
UIDocumentPickerViewController
let supportedTyp
Add import UniformTypeIdentifiers to your swift file to get access to UTType
import UniformTypeIdentifiers
UTType
See the documentation for more usages.
And the WWDC2020 video "Build document-based apps in SwiftUI" for a practical demo.