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