import * as i0 from "@angular/core";
/** Default values provider for calendar */
export declare class DatepickerConfig {
    /** dropdown overlay placement */
    placement: 'top' | 'bottom' | 'left' | 'right';
    /** delay in ms before showing the calendar after show is called */
    showDelay: number;
    /** delay in ms before hiding the calendar after hide is called */
    hideDelay: number;
    static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerConfig, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DatepickerConfig>;
}
