import type { DateTime } from '@gravity-ui/date-utils'; import type { RangeValue } from "../../types/index.js"; export declare function getDateTimeValue(value: DateTime | RangeValue | null | undefined): DateTime | undefined;