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