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