/**
 * \r to <br/>
 */
declare function crToBr(v: string): string;

export { crToBr };
