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