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