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