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