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