import type { TextRect } from './types'; export declare function getSentenceRects(element: Element, sentence: string): TextRect[]; export declare function segmentSentences(text: string): string[]; //# sourceMappingURL=text-utils.d.ts.map