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