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