import { ToReact } from './helpers.types'; import { ZMobileNavBar } from '../mobile-nav-bar'; export type ZrMobileNavBar_Props = ToReact<'MobileNavBar'>; type ZrMobileNavBar_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrMobileNavBar_Type; export { Namespace as ZrMobileNavBar };