import { PopupSettings } from '@progress/kendo-react-popup';
/**
 * Represents the settings that can be passed to the Popup inside the DateRangePicker.
 */
export interface DateRangePickerPopupSettings extends PopupSettings {
}
