export interface I_EnableSingleDatePickerProps {
    onChange: Function;
    selectedDate?: string;
    allowFutureDates?: boolean;
    selectRange?: boolean;
}
//# sourceMappingURL=index.d.ts.map