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