/// /** * Marks spaces at the beginning of a string. * * Example matches: * * " Hello, world" */ export declare const leadingSpace: { rule: RegExp; tag: (x: string) => JSX.Element; };