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