import { RangeFieldSection } from '../../models'; export declare const splitDateRangeSections: (sections: RangeFieldSection[]) => { startDate: RangeFieldSection[]; endDate: RangeFieldSection[]; }; export declare const removeLastSeparator: (dateSections: RangeFieldSection[]) => (RangeFieldSection | { separator: null; dateName: import("../../models").RangePosition; value: string; format: string; maxLength: number | null; placeholder: string; type: import("../../models").FieldSectionType; contentType: import("../../models").FieldSectionContentType; hasLeadingZerosInFormat: boolean; hasLeadingZerosInInput: boolean; modified: boolean; startSeparator: string; endSeparator: string; })[];