import { NavBarProps } from './NavBar.types'; /** * NavBar component for integration applications * * Features: * - Logo on the left with optional click handler * - Optional title text * - Action buttons on the right (with SVG or Material Icon support) * - Dropdown menu on the far right * - Responsive collapse: actions become menu items at breakpoint * - Primary color background with primaryText color icons (light variant) */ export declare function NavBar({ logoSrc, logoAlt, onLogoClick, title, actions, menuItems, menuLabel, dropdownMenuProps, collapseBreakpoint, variant, sticky, className, children, 'data-testid': testId, dataTestId, dataId, }: NavBarProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NavBar.d.ts.map