import { MonthSelectProps } from '../../types';
export declare const MonthSelect: ({ onSelectMonth, options, ...rest }: MonthSelectProps) => import("react/jsx-runtime").JSX.Element;
