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