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