import { IMeasurable, IMeasuredParagraph, IMeasuredParagraphOptions, ITestBestMeasuredParagraphOptions } from "./types"; export declare class Measurable { caches: Map>>; clearCache(): void; getMeasuredParagraph(options: IMeasuredParagraphOptions): IMeasuredParagraph; testBestMeasuredParagraph(options: ITestBestMeasuredParagraphOptions): IMeasuredParagraph; private testMeasuredParagraph; private testMeasureWords; private testMeasuredWord; }