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