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