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