import type { MaskitoDateSegments } from '../../types';
export declare function raiseSegmentValueToMin(segments: Partial<MaskitoDateSegments>, fullMode: string): Partial<MaskitoDateSegments>;
