import type { Components, JSX } from "../types/components"; interface RuxIconPhonelinkOff extends Components.RuxIconPhonelinkOff, HTMLElement {} export const RuxIconPhonelinkOff: { prototype: RuxIconPhonelinkOff; new (): RuxIconPhonelinkOff; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;