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