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