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