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