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