import type * as types from "./types"; import type { DateRangeRef } from "../FormDefinition"; export interface DateRangePicker extends types.ElementBase, types.EditableElement, types.ElementWithRequire { /** Indicates the current value. */ readonly value?: DateRangeRef; }