import type { NavigationProps } from './types'; export declare const NavigationContent: ({ children, logo, onWidthResize, className, 'data-testid': dataTestId, id, onToggleExpand, }: NavigationProps) => import("react").JSX.Element; //# sourceMappingURL=NavigationContent.d.ts.map