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