/** * 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 BreadcrumbSelectDetail, type DsShellAppCustomEvent, type NavChromeStyle, type PanelNavUserActionDetail, type PanelToolsToolId, type ShellResponsiveMode } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsShellApp as DsShellAppElement } from "@ds-mo/ui/dist/components/ds-shell-app.js"; export type DsShellAppEvents = { onDsResponsiveModeChange: EventName>; onDsNavSelect: EventName>; onDsTabChange: EventName>; onDsSubsectionChange: EventName>; onDsPageBack: EventName>; onDsBreadcrumbSelect: EventName>; onDsPageAction: EventName>; onDsToolChange: EventName>; onDsHeaderBack: EventName>; onDsHeaderAction: EventName>; onDsPresentationChange: EventName>; onDsBrowseContextChange: EventName>; onDsNavFooterAction: EventName>; onDsNavUserAction: EventName>; }; export declare const DsShellApp: StencilReactComponent;