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