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