/// /** * Marks escaped newline characters. */ export declare const newlineEscape: { rule: string; tag: (x: string) => JSX.Element; };