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