import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; export declare const panelMonthRangeProps: { 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; }; }; export declare const panelMonthRangeEmits: string[]; export type PanelMonthRangeProps = ExtractPropTypes; export type PanelMonthRangePropsPublic = __ExtractPublicPropTypes;