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