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