import React from "react";
import { MonthYearPickerProps } from "./typings";
declare const MonthYearPicker: ({ visible, animationType, transparent, onRequestClose, onBackgroundPress, opacity, containerStyle, maxDate, minDate, onConfirm, showDays, highlighterStyle, itemContainerStyle, itemTextStyle, buttonStyle, buttonTextStyle, buttonText, highlightedItemStyle, }: MonthYearPickerProps) => React.JSX.Element;
export default MonthYearPicker;
