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