import { type MainNavigationProps, type MainNavigationRef } from './MainNavigation.types'; /** * The item component for the navigation. * This component should be used when the viewport is not narrow. * * When the viewport is narrow, the navigation will be displayed as a drawer. * When the viewport is not narrow, the navigation will be displayed as a sidebar. */ export declare const MainNavigation: import("react").ForwardRefExoticComponent>;