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