import { LitElement } from 'lit'; import { ComposedEvent } from '@patternfly/pfe-core'; import { type ColorPalette } from '@rhds/elements/lib/color-palettes.js'; import '@rhds/elements/rh-surface/rh-surface.js'; import './rh-navigation-secondary-menu-section.js'; import './rh-navigation-secondary-overlay.js'; import { RhNavigationSecondaryDropdown } from './rh-navigation-secondary-dropdown.js'; export declare class SecondaryNavOverlayChangeEvent extends ComposedEvent { open: boolean; toggle: HTMLElement; constructor(open: boolean, toggle: HTMLElement); } /** * The secondary navigation is used to connect a series of pages together. It displays wayfinding content and links relevant to the page it is placed on. It should be used in conjunction with the [primary navigation](../navigation-primary). * * @summary Propagates related content across a series of pages * * @alias Navigation (secondary) * * @fires {SecondaryNavOverlayChangeEvent} overlay-change - * Fires when an dropdown is opened or closed in desktop * view or when the mobile menu button is toggled in mobile * view. */ export declare class RhNavigationSecondary extends LitElement { #private; static readonly styles: CSSStyleSheet[]; private static instances; /** * Color palette dark | lighter (default: lighter) */ colorPalette: ColorPalette; /** * Customize the default `aria-label` on the `