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