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