import { ToReact } from './helpers.types'; import { ZNavigation } from '../navigation'; export type ZrNavigation_Props = ToReact<'Navigation'>; type ZrNavigation_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrNavigation_Type; export { Namespace as ZrNavigation };