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