import { ComplexBase } from '@syncfusion/ej2-react-base';
import { PresetsModel } from '@syncfusion/ej2-calendars';
/**
* `PresetsDirective` represent a presets of the react daterangepicker.
* It must be contained in a daterangepicker component(`DateRangePickerComponent`).
* ```tsx
*
*
*
*
*
*
* ```
*/
export declare class PresetDirective extends ComplexBase {
static moduleName: string;
}
export declare class PresetsDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}