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