import type { NavigationProps } from './types';
export declare const NavigationContent: ({ children, logo, onWidthResize, className, id, onToggleExpand, }: NavigationProps) => import("@emotion/react/jsx-runtime").JSX.Element;
