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