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