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