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