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