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