import { type BasePickerProps } from '../../BasePicker/BasePicker.types'; export declare const SEPARATOR_CONTENT = "\u301C"; type LocaleKey = 'CLEAR_BUTTON_LABEL' | 'CALENDAR_BUTTON_LABEL' | 'START_DATE_PLACEHOLDER' | 'END_DATE_PLACEHOLDER'; export declare const BASE_RANGE_PICKER_TRIGGER_LABELS: Record, Record>; export declare function getBaseRangePickerTriggerLabel(key: LocaleKey, locale?: NonNullable): string; export {};