import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; export declare const panelDateRangeProps: { readonly unlinkPanels: BooleanConstructor; readonly visible: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly showConfirm: BooleanConstructor; readonly showFooter: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly border: BooleanConstructor; readonly disabled: BooleanConstructor; readonly parsedValue: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly type: { readonly type: ExtractPropTypes; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly dateFormat: StringConstructor; readonly timeFormat: StringConstructor; readonly showNow: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly showWeekNumber: BooleanConstructor; }; export type PanelDateRangeProps = ExtractPropTypes; export type PanelDateRangePropsPublic = __ExtractPublicPropTypes;