import React from 'react'; import { GlobalHeaderRightProps } from '../../typings'; /** Height of the strip in px (matches h-14 / 3.5rem). Used so sidebar can offset when fixed. */ export declare const NAVBAR_SLOT_STRIP_HEIGHT_PX = 56; /** * Minimal top bar that renders only the navbar slot (RIGHT_CONTENT_FILL). * Used in sidebar layout when GlobalHeader is not shown, so packages can still * inject navbar content (e.g. notification bell) in a consistent top-area position. * Does not render language menu or org dropdown; those stay in the sidebar body. */ export declare const NavbarSlotStrip: React.FC; //# sourceMappingURL=NavbarSlotStrip.d.ts.map