declare namespace Titanium { namespace UI { namespace iOS { /** * A `NavigationWindow` implements a specialized view that manages the navigation of hierarchical * content. * @deprecated Use [Titanium.UI.NavigationWindow](Titanium.UI.NavigationWindow) instead. */ const NavigationWindow: never; } } }