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