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