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