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

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