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