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