import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; export declare const dkDatePickerPanelProps: { readonly modelValue: returnType, string | null>; readonly disabled: returnType; readonly width: returnType, string | null>; readonly firstDayOfWeek: returnType; readonly disabledDate: returnType boolean>, ((date: Date) => boolean) | undefined>; }; export type DatePickerPanelProps = ExtractPropTypes;