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