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