export interface MaskitoTimeSegments<T = string> {
    hours: T;
    minutes: T;
    seconds: T;
    milliseconds: T;
}
//# sourceMappingURL=time-segments.d.ts.map