/// /** * Marks the thin space character (Unicode U+2009). */ export declare const thinSpace: { rule: RegExp; tag: (x: string) => JSX.Element; };