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