import { Root, RootProps } from './global-navigation-root'; export declare const GlobalNavigation: typeof Root; export type GlobalNavigationProps = { Root: RootProps; };