import { SkFont } from '@shopify/react-native-skia';
import { EllipsizeMode, TextLineData } from '../types';
export declare const wrapText: (textChunks: Array<string>, font: SkFont, width: number, numberOfLines?: number, ellipsizeMode?: EllipsizeMode) => Array<TextLineData>;
//# sourceMappingURL=wrapping.d.ts.map