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