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