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