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