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