import type { Components, JSX } from "../types/components"; interface RuxIconToc extends Components.RuxIconToc, HTMLElement {} export const RuxIconToc: { prototype: RuxIconToc; new (): RuxIconToc; };