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