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