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