import { NbDateService } from './date.service'; export declare class NbCalendarTimeModelService { protected dateService: NbDateService; readonly MINUTES_AND_SECONDS = 60; constructor(dateService: NbDateService); getHoursRange(step?: number): D[]; getResetTime(): D; paddToTwoSymbols(n: number): string; buildDateFormat(twelveHoursFormat: boolean, withSeconds?: boolean): string; }