import { JPickerConfigInterface } from "../Interface/JPickerConfigInterface"; import { RangeInterface } from "../Interface/RangeInterface"; export declare class JPickerConfig { private static Instance; private config; constructor(config?: JPickerConfigInterface); setConfig(config?: JPickerConfigInterface): JPickerConfig; getTextValue(key: string): string; getObjectValue(key: string): Object; isRange(): boolean; getWrapper(): string; getToday(): Date; getCurrentValue(): Array; getMonths(): Array; getWeeksDays(): Array; showRangesPredefined(): boolean; getRangesSet(): Array; getRangesLabel(): Object; getRangesTitle(): string; }