import { FC, HTMLAttributes } from 'react'; export type CalendarPickerButtonGroupProps = HTMLAttributes; /** * `CalendarPickerButtonGroup` is a structural wrapper used to group * picker-trigger buttons—typically `CalendarMonthPickerButton` and * `CalendarYearPickerButton`—within the calendar header. */ export declare const CalendarPickerButtonGroup: FC;