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