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