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