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