import { type GlobalHeaderProps } from './GlobalHeader.types'; /** * The global header component. * The global header component is a top-level navigation component that is used to display the application's logo and navigation elements. */ export declare function GlobalHeader({ className, mainNavigationButtonProps, applicationsMenuSlot, logoSlot, rightPaneSlot, disableResponsive, }: GlobalHeaderProps): import("react/jsx-runtime").JSX.Element;