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

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