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