import dayjs from "dayjs";
import type { DatePickerContextType } from "../interface";
export declare const useBaseDatePicker: (props: DatePickerContextType) => {
    getDefaultValue: () => dayjs.Dayjs;
};
