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