export interface MaskitoDateSegments<T = string> {
    day: T;
    month: T;
    year: T;
}
//# sourceMappingURL=date-segments.d.ts.map