import type { ExtractPropTypes } from 'vue';
export declare const panelMonthRangeProps: {
    unlinkPanels: BooleanConstructor;
    parsedValue: {
        type: import("vue").PropType<import("dayjs").Dayjs[]>;
    };
};
export declare const panelMonthRangeEmits: string[];
export declare type PanelMonthRangeProps = ExtractPropTypes<typeof panelMonthRangeProps>;
