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