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