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