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