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

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