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