import { FC } from 'react'; import { MonthPickerRowGroupProps } from '../../../../MonthPicker'; export type CalendarMonthPickerRowGroupProps = MonthPickerRowGroupProps; /** * `CalendarMonthPickerRowGroup` is a calendar-scoped alias for * `MonthPickerRowGroup`, used to group multiple month rows inside * `CalendarMonthPicker`. */ export declare const CalendarMonthPickerRowGroup: FC;