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

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