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