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