import type { SetupContext } from 'vue';
import { UseCalendarPanelReturnType, DatePickerProPanelProps } from '../date-picker-pro-types';
export default function useCalendarPanel(props: DatePickerProPanelProps, ctx: SetupContext): UseCalendarPanelReturnType;
