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