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