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