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