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