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

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