export interface Options {
    selectMultiple: boolean;
    closeOnSelect: boolean;
    animationSpeed: number;
    easing: string;
    hideRestDays: boolean;
    hideNavigation: boolean;
    disableRestDays: boolean;
    range: boolean;
    currentDate: Date;
    timeoutBeforeClosing: number;
    weekdayFormat: string;
    weekStart: string;
}
