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