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