/** * Default Japanese accessibility labels for MonthRangePicker * These constants provide consistent Japanese text for screen readers. * Matches the DateRangePicker labels for consistency. */ export declare const MONTH_RANGE_PICKER_A11Y_LABELS: { /** Label for selected months */ readonly SELECTED: "選択済み"; /** Label for months in the selected range */ readonly IN_RANGE: "選択範囲内"; /** Label for unavailable/disabled months */ readonly UNAVAILABLE: "無効"; /** Label for range start months */ readonly RANGE_START: "範囲開始"; /** Label for range end months */ readonly RANGE_END: "範囲終了"; };