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