import * as react_jsx_runtime124 from "react/jsx-runtime"; //#region ui/time-picker.d.ts interface TimePickerProps { value: Date | null; onChange: (date: Date | null) => void; disabled?: boolean; placeholder?: string; is24Hour?: boolean; className?: string; } declare function TimePicker({ value, onChange, disabled, placeholder, is24Hour, className }: TimePickerProps): react_jsx_runtime124.JSX.Element; //#endregion export { TimePicker, TimePickerProps }; //# sourceMappingURL=time-picker.d.ts.map