import { CdsNavigation as Navigation, CdsNavigationGroup as NavigationGroup, CdsNavigationStart as NavigationStart, CdsNavigationItem as NavigationItem } from '@cds/core/navigation'; import '@cds/core/navigation/register'; import * as React from 'react'; export declare const CdsNavigation: React.ForwardRefExoticComponent, "onExpandedChange" | "onCdsMotionChange"> & Omit & { onExpandedChange: (e: Event) => void; onCdsMotionChange: (e: Event) => void; }> & React.RefAttributes>; export declare const CdsNavigationGroup: React.ForwardRefExoticComponent, "onExpandedChange" | "onCdsMotionChange"> & Omit & { onExpandedChange: (e: Event) => void; onCdsMotionChange: (e: Event) => void; }> & React.RefAttributes>; export declare const CdsNavigationStart: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsNavigationItem: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>;