import type { DateLib, DayPickerProps, Selection } from "../types/index.js"; export declare function useMulti(props: T, dateLib: DateLib): Selection;