import { DateInputSettings } from '../../dateinput/models/DateInputSettings';
/**
 * Represents the settings that can be passed to the DateInput inside the DateRangePicker.
 */
export interface DateRangePickerDateInputSettings extends DateInputSettings {
}
