import type { IDatePickerType } from './date-picker.type'; export declare const getPanel: (type: IDatePickerType) => any;