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