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