import { PickerDate } from './types'; export default function getMonthAffected(date: Date, selected: PickerDate): boolean;