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