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