/// /** * Marks the newline character "\n". */ export declare const newlineCharacter: { rule: string; tag: (x: string) => JSX.Element; };