import { DatesBetweenGenerator, DayFactor, TickLabeler } from '@bespunky/angular-cdk/timeline/abstraction/ticks'; import { WellKnownTickId } from './types'; export declare const DayParts: readonly ["Night", "Morning", "Noon", "Evening"]; export declare const DatesBetween: Record; export declare const DayFactors: Record; export declare const DefaultLabels: Record;