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