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