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