/** * 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 DateInputValidityState, type IxDateInputCustomEvent } from "@siemens/ix"; import { IxDateInput as IxDateInputElement } from "@siemens/ix/components/ix-date-input.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; type IxDateInputEvents = { onValueChange: EventName>; onValidityStateChange: EventName>; }; declare const IxDateInput: StencilReactComponent; export default IxDateInput;