import type DatePickerPanel from './date-picker-panel'; export type DatePickerPanelInstance = InstanceType<typeof DatePickerPanel> & unknown;