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