import { type MainNavigationRef, type NarrowViewportMainNavigationProps } from './MainNavigation.types'; /** * The component for the main navigation on the narrow viewport. * This component must only be used in MainNavigation.tsx, do not export it. */ export declare const NarrowViewportMainNavigation: import("react").ForwardRefExoticComponent>;