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