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