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