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