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