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