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