/// import { RecursivePartial } from '../typings'; import { INavbar } from '../components/core/blocks/basic/Navbar'; export declare type NavbarProps = RecursivePartial & RecursivePartial & { children?: JSX.Element | JSX.Element[] | string; }; export declare function Navbar(props: NavbarProps): JSX.Element;