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