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