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