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