import { CalendarType, ValueFormat } from "../config/datePicker-config"; export default class DateTransform { private date; private calendarType; constructor(date: Date, calendarType: CalendarType); transformDate(format: ValueFormat): string; getOutputData(fields: any): {}; }