export declare class TextTools {
    private static ADDITIONAL_TEXT_SPACE;
    private static measureTextWidth;
    static truncate: (text: any, maxWidth: any, textStyle: any, additionalTextSpace?: any) => any;
}
