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