import type { Components, JSX } from "../types/components"; interface RuxMenuItem extends Components.RuxMenuItem, HTMLElement {} export const RuxMenuItem: { prototype: RuxMenuItem; new (): RuxMenuItem; };