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