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