import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils/withInstall'; import datePickerPanel from "./src/datePickerPanel"; export declare const DkDatePickerPanel: Install>, {}, {}>>; export type DatePickerPanelInstance = InstanceType; export default DkDatePickerPanel;