export declare class ShapeUtils {
    static distanceFromText: number;
    static shouldSwapSize(rtfAngle: number): boolean;
}
