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