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