Can you use UIActivityViewController or an equivalent with tvOS?

It seems UIActivityViewController has been removed for tvOS, yet there are still the data types available of

UIActivityViewControllerCompletionWithItemsHandler
and
UIActivityViewControllerCompletionHandler
. But why are they there is UIActivityViewController is not available? How can we use UIActivityViewController with tvOS and if we can't, is there an alternative?