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

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