import type { DayPickerProps, Labels } from "../types/index.js"; /** Return the formatters from the props merged with the default formatters. */ export declare function getLabels(customLabels: DayPickerProps["labels"]): Labels;