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