import type { Components, JSX } from "../dist/types/components"; interface IxDateInput extends Components.IxDateInput, HTMLElement {} export const IxDateInput: { prototype: IxDateInput; new (): IxDateInput; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;