/**
 * \n to <br/>
 */
declare function lfToBr(v: string): string;

export { lfToBr };
