/** * 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 CustomCloseEvent, type IxMenuAboutCustomEvent } from "@siemens/ix"; import { IxMenuAbout as IxMenuAboutElement } from "@siemens/ix/components/ix-menu-about.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; type IxMenuAboutEvents = { onTabChange: EventName>; onClose: EventName>; }; declare const IxMenuAbout: StencilReactComponent; export default IxMenuAbout;