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