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