/// /** * Marks individual punctuation characters. * * Source: * https://github.com/translate/translate/blob/2.3.1/translate/storage/placeables/general.py#L229 */ export declare const punctuation: { rule: RegExp; matchIndex: number; tag: (x: string) => JSX.Element; };