import type { Components, JSX } from "../types/components";

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