import React from "react"; type MonthPickerCaptionProps = { popupLabelId?: string; }; declare const MonthPickerCaption: ({ popupLabelId }: MonthPickerCaptionProps) => React.JSX.Element; export { MonthPickerCaption };