import { MonthViewNavigationProps } from '../types';
export declare const MonthViewNavigation: {
({ prefix, initialDate, onActiveStartDateChange, minYear, maxYear, }: MonthViewNavigationProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};