import { IDateGridStrings } from'./dateFormatting.types';
/**
* Format date to a month-year string
* @paramdate - input date to format
* @paramstrings - localized strings
*/exportdeclareconstformatMonthYear: (date: Date, strings: IDateGridStrings) =>string;