import type { AttributeState } from '../context/attributestate.js'; import type { TextOptionsLight } from '../jspdf.js'; import type { Context } from '../context/context.js'; declare let tol: TextOptionsLight; type TextRenderingMode = typeof tol.renderingMode; export declare function getTextRenderingMode(attributeState: AttributeState): TextRenderingMode; export declare function transformXmlSpace(trimmedText: string, attributeState: AttributeState): string; export declare function removeNewlines(str: string): string; export declare function replaceTabsBySpace(str: string): string; export declare function consolidateSpaces(str: string): string; export declare function transformText(node: Element, text: string, context: Context): string; export declare function trimLeft(str: string): string; export declare function trimRight(str: string): string; export {}; //# sourceMappingURL=text.d.ts.map