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