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