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