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