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