/** * 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 DsShellToolsCustomEvent, type PanelToolsToolId } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsShellTools as DsShellToolsElement } from "@ds-mo/ui/dist/components/ds-shell-tools.js"; export type DsShellToolsEvents = { onDsToolChange: EventName>; onDsPresentationChange: EventName>; onDsHeaderBack: EventName>; onDsHeaderAction: EventName>; }; export declare const DsShellTools: StencilReactComponent;