import { Moment } from 'moment';
export declare type SingleCalendarValue = Moment | string;
