interface MonthYearPickerDialogAndroidProps { value?: Date; onChange?: (action: string, date: Date | undefined) => void; minimumDate?: Date; maximumDate?: Date; doneButtonLabel?: string; cancelButtonLabel?: string; autoTheme?: boolean; locale?: string; themeVariant?: 'dark' | 'light'; } declare const MonthYearPickerDialogAndroid: ({ value, onChange, minimumDate, maximumDate, doneButtonLabel, cancelButtonLabel, autoTheme, locale, themeVariant, }: MonthYearPickerDialogAndroidProps) => null; export default MonthYearPickerDialogAndroid; //# sourceMappingURL=MonthPickerViewDialogAndroid.d.ts.map