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