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