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