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