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