import type { MaskitoPlugin } from '@maskito/core';
import type { MaskitoTimeSegments } from '../../types';
export declare function createTimeSegmentsSteppingPlugin({ step, fullMode, timeSegmentMaxValues, }: {
    step: number;
    fullMode: string;
    timeSegmentMaxValues: MaskitoTimeSegments<number>;
}): MaskitoPlugin;
//# sourceMappingURL=time-segments-stepping.d.ts.map