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