declare const numberWithCommas: (value_: string | number, delimiter?: string) => any;
export default numberWithCommas;
