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