declare const formattedDisplayTimeMonth: (timeString: string) => string;
export default formattedDisplayTimeMonth;
