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