import { type MonthRangePickerContentProps } from './MonthRangePickerContent.types'; /** * MonthRangePickerContent component for dual-panel month grid layout. * * Renders two side-by-side month grids for the current and next year, * matching the DateRangePickerPopover's dual-panel calendar layout. * * @param props - MonthRangePickerContent props */ export declare function MonthRangePickerContent({ viewingValue, value, minMonth, maxMonth, handleKeyboardNavigation, }: MonthRangePickerContentProps): import("react/jsx-runtime").JSX.Element;