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