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