import type { TextOptionsLight } from '../jspdf.js'; /** * Convert basic length values (em, rem, %, px, numbers) to pixel-like values. * @param {string} value * @param {number} pdfFontSize */ export declare function toPixels(value: string | null, pdfFontSize: number): number; declare let tol: TextOptionsLight; export type TextBaseLine = typeof tol.baseline; export declare function mapAlignmentBaseline(value: string): TextBaseLine; export {}; //# sourceMappingURL=misc.d.ts.map