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