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