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