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