import type { MaskitoDateSegments } from '../../../types';
export declare function toDateSegments(date: Date): MaskitoDateSegments;
