/** * 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 { IxMessageBar as IxMessageBarElement } from "@siemens/ix/components/ix-message-bar.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; type IxMessageBarEvents = { onClosedChange: EventName>; onCloseAnimationCompleted: EventName>; }; declare const IxMessageBar: StencilReactComponent; export default IxMessageBar;