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