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