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