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