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