import type { DateLib, DayPickerProps } from "../types/index.js";
export declare function getDateLib(customLib: DayPickerProps["dateLib"]): DateLib;
