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