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