import React from 'react'; import type { LogoProps } from '../../components/Logo/Logo'; export declare function NavbarLogo(props: LogoProps): React.JSX.Element;