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