export declare class DrawingValueConstants {
    static readonly ThousandthOfPercentage = 100000;
    static readonly MinCoordinate = -27273042329600;
    static readonly MaxCoordinate = 27273042316900;
    static readonly OnePositiveFixedAngle = 60000;
    static readonly MaxPositiveFixedAngle = 21600000;
    static readonly MaxFixedAngle = 5400000;
    static readonly MaxFOVAngle = 10800000;
    static readonly MaxOutlineWidth = 20116800;
    static readonly MaxPositiveCoordinate32 = 51206400;
    static readonly MinTextIndentLevel = -2;
    static readonly MaxTextIndentLevel = 8;
    static readonly MaxTextSpacingPercent = 13200000;
    static readonly MaxTextSpacingPoints = 158400;
    static readonly MaxStartAtNumValue = 32767;
    static readonly MinTextBulletSizePercent = 25000;
    static readonly MaxTextBulletSizePercent = 400000;
    static readonly MinTextBulletSizePoints = 100;
    static readonly MaxTextBulletSizePoints = 400000;
    static readonly MaxWidthInPoints = 1584;
    static readonly EmusInPoint = 12700;
}
