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

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