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