import { LogicalSize, Font } from './public-api';
export declare class TextMeasure {
    static getWordSize(font: Font, word: string): LogicalSize;
}
