export declare const MonthRangePicker: ({ customYears, locale, isMandatory, displayFormat, focusedInput, onApply, startMonth: initialStartMonth, endMonth: initialEndMonth, showYearSelect, isOutsideRange, disabled, customWidth, isError, withPortal, portalContainer, portalClassName, onStartMonthChange, onEndMonthChange, className, id, "data-testid": dataTestId, }: { customYears: any; locale: any; isMandatory?: boolean | undefined; displayFormat?: string | undefined; focusedInput?: null | undefined; onApply?: (() => void) | undefined; startMonth?: null | undefined; endMonth?: null | undefined; showYearSelect?: boolean | undefined; isOutsideRange?: (() => boolean) | undefined; disabled?: boolean | undefined; customWidth?: string | undefined; isError?: boolean | undefined; withPortal?: boolean | undefined; portalContainer?: HTMLElement | undefined; portalClassName?: string | undefined; onStartMonthChange?: (() => void) | undefined; onEndMonthChange?: (() => void) | undefined; className: any; id: any; "data-testid": any; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map