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