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