/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
/**
 * @hidden
 */
export interface DatePickerState {
    _popupId: string;
    _wrapper: any;
    _dateInput: any;
    _calendar: any;
    _anchor: string;
    _oldShow: boolean;
    _blurTimeout: any;
    kendoAnchorRef: any;
    wrapperRef: any;
    dateInputRef: any;
    calendarRef: any;
}
