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