/** * This file was automatically generated by the Stencil React Output Target. * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. */ import type { EventName, StencilReactComponent } from './react-runtime.js'; import { type ChromeTransitionDetail, type DsPanelNavCustomEvent, type PanelNavUserActionDetail } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsPanelNav as DsPanelNavElement } from "@ds-mo/ui/dist/components/ds-panel-nav.js"; export type DsPanelNavEvents = { onDsNavSelect: EventName>; onDsNavToggle: EventName>; onDsChromeTransitionStart: EventName>; onDsChromeTransitionEnd: EventName>; onDsNavFooterAction: EventName>; onDsNavUserAction: EventName>; }; export declare const DsPanelNav: StencilReactComponent;