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