How do I migrate IRendererModule::GetFilterVertexDeclaration (Migration from UE 4.20 to UE 4.22)

In my previous implementation for UE 4.20, I was using IRendererModule::GetFilterVertexDeclaration().VertexDeclarationRHI to get a vertex declaration RHI.
Now I am trying to migrate the source code to UE 4.22 but I couldn’t find the interface.

Where do I get the object for UE 4.22, How do I fix this issue?