import { type BasePickerProps } from '../../BasePicker/BasePicker.types'; type LocaleKey = 'GO_TO_PREV_MONTH' | 'GO_TO_NEXT_MONTH' | 'APPLY' | 'CANCEL'; export declare const BASE_RANGE_PICKER_POPOVER_LABELS: Record, Record>; export declare function getBaseRangePickerPopoverLabel(key: LocaleKey, locale?: NonNullable): string; /** * The format for the calendar month label */ export declare const CALENDAR_MONTH_LABEL_FORMAT: Record, string>; export declare function getCalendarMonthLabelFormat(locale?: NonNullable): string; export {};