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