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