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