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