import type { DateTime } from '@gravity-ui/date-utils'; import type { DateFieldSectionWithoutPosition } from "../../DateField/types.js"; import type { EDITABLE_SEGMENTS } from "../../DateField/utils.js"; import type { RangeValue } from "../../types/index.js"; export declare function getRangeEditableSections(sections: DateFieldSectionWithoutPosition[], value: RangeValue, validSegments: RangeValue, delimiter: string): import("../../DateField/types.js").DateFieldSection[];