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

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