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