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