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