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