export declare const DefaultOptions: {
    selectMultiple: boolean;
    closeOnSelect: boolean;
    animationSpeed: number;
    easing: string;
    hideRestDays: boolean;
    disableRestDays: boolean;
    hideNavigation: boolean;
    range: boolean;
    currentDate: Date;
    timeoutBeforeClosing: number;
    weekdayFormat: string;
    weekStart: string;
};
export declare const DefaultDirectiveOptions: {
    appendToBody: boolean;
    openDirection: string;
    closeOnBlur: boolean;
    useAnimatePicker: boolean;
};
