/** * 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 { IxMenu as IxMenuElement } from "@siemens/ix/components/ix-menu.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; type IxMenuEvents = { onExpandChange: EventName>; onMapExpandChange: EventName>; onOpenAppSwitch: EventName>; onOpenSettings: EventName>; onOpenAbout: EventName>; }; declare const IxMenu: StencilReactComponent; export default IxMenu;