import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; import * as i0 from "@angular/core"; /** * 'e-presets' directive represent a presets of angular daterangepicker * It must be contained in a daterangepicker component(`ej-daterangepicker`). * ```html * * * * * * * ``` */ export declare class PresetDirective extends ComplexBase { private viewContainerRef; directivePropList: any; /** * Defines the end date of the preset range */ end: any; /** * Defines the label string of the preset range. */ label: any; /** * Defines the start date of the preset range. */ start: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-preset", never, { "end": "end"; "label": "label"; "start": "start"; }, {}, never>; } /** * Preset Array Directive * @private */ export declare class PresetsDirective extends ArrayBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-presets", never, {}, {}, ["children"]>; }