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