import { NbDateService } from './date.service'; import * as i0 from "@angular/core"; 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; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDeclaration>; }