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