import { type MaskitoTimeParams } from '../time-params'; export declare function withTimeDefaults({ mode, separators, timeSegmentMaxValues, timeSegmentMinValues, locale, ...params }: MaskitoTimeParams): Required & { timeSegmentMaxValues: Required; timeSegmentMinValues: Required; }; //# sourceMappingURL=with-time-defaults.d.ts.map