import { type SubNavigationProps } from './SubNavigation.types'; /** * This component is for the navigation links under the main navigation. */ export declare function SubNavigation({ orientation, navigationItems, customLinkComponent, renderNavigationLabel, headerSlot, className, }: SubNavigationProps): import("react/jsx-runtime").JSX.Element;