import { Moment } from 'moment';
export declare type CalendarValue = Moment | Moment[] | string | string[];
