export interface I_EnableDatePickerProps {
    onChange: Function;
    selectedDateFrom?: string;
    selectedDateTo?: string;
    allowFutureDates?: boolean;
}
//# sourceMappingURL=index.d.ts.map