import * as React from 'react';
import { DateRangePicker, DateRangePickerModel } from '@syncfusion/ej2-calendars';
import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
export interface DateRangePickerTypecast {
start?: string | Function | any;
end?: string | Function | any;
}
/**
* Represents the Essential JS 2 React DateRangePicker Component.
* ```ts
*
* ```
*/
export declare class DateRangePickerComponent extends DateRangePicker {
state: Readonly<{
children?: React.ReactNode | React.ReactNode[];
}> & Readonly;
setState: any;
private getDefaultAttributes;
initRenderCalled: boolean;
private checkInjectedModules;
directivekeys: {
[key: string]: Object;
};
private statelessTemplateProps;
private templateProps;
private immediateRender;
private isReactMock;
props: Readonly<{
children?: React.ReactNode | React.ReactNode[];
}> & Readonly;
forceUpdate: (callBack?: () => any) => void;
context: Object;
portals: any;
isReactComponent: Object;
refs: {
[key: string]: React.ReactInstance;
};
constructor(props: any);
render(): any;
}