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