/** * try to format given time to format of "h:mm a" * in case time not valid return empty string * * @param time */ export declare function formatToAmPmTime(time: string): string; /** * create a mapper object that helps us indicate * which item in the time dropdown options should be active (highlighted) */ export declare function createTimeMap(): any; //# sourceMappingURL=time-picker.utils.d.ts.map