import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum PropertyType {
    TransformLeft = 0,
    TransformTop = 1,
    TransformRight = 2,
    TransformBottom = 3,
    TransformRotation = 4,
    TransformFFlipV = 62,
    TransformFFlipH = 63,
    TransformBooleanProperties = 63,
    ProtectionLockAgainstUngrouping = 118,
    ProtectionLockRotation = 119,
    ProtectionLockAspectRatio = 120,
    ProtectionLockPosition = 121,
    ProtectionLockAgainstSelect = 122,
    ProtectionLockCropping = 123,
    ProtectionLockVertices = 124,
    ProtectionLockText = 125,
    ProtectionLockAdjustHandles = 126,
    ProtectionLockAgainstGrouping = 127,
    ProtectionBooleanProperties = 127,
    TextID = 128,
    TextLeft = 129,
    TextTop = 130,
    TextRight = 131,
    TextBottom = 132,
    TextAnchorText = 135,
    TextShapeNext = 138,
    TextDirection = 139,
    TextSelectText = 187,
    TextAutoTextMargin = 188,
    TextRotateText = 189,
    TextFitToText = 190,
    TextFitToShape = 191,
    TextBooleanProperties = 191,
    BLIPId = 260,
    BLIPName = 261,
    BLIPFlags = 262,
    BLIPPictureId = 267,
    BLIPPictureActive = 319,
    GeometryRight = 322,
    GeometryBottom = 323,
    GeometryShapePath = 324,
    GeometryVertices = 325,
    GeometrySegmentInfo = 326,
    GeometryConnectionSites = 337,
    GeometryConnectionSitesDirection = 338,
    GeometryAdjustHandles = 341,
    GeometryGuides = 342,
    GeometryInscribe = 343,
    GeometryTypeOfConnectionSites = 344,
    GeometryFragments = 345,
    GeometryFillOK = 383,
    FillStyleColor = 385,
    FillStyleOpacity = 386,
    FillStyleBackColor = 387,
    FillStyleColorModification = 389,
    FillStyleBLIPName = 391,
    FillStyleRectLeft = 401,
    FillStyleRectTop = 402,
    FillStyleRectRight = 403,
    FillStyleRectBottom = 404,
    FillStyleShadeColors = 407,
    FillStyleRecolorFillAsPicture = 441,
    FillStyleUseShapeAnchor = 442,
    FillStyleFilled = 443,
    FillStyleHitTestFill = 444,
    FillStyleShape = 445,
    FillStyleUseRect = 446,
    FillStyleNoFillHitTest = 447,
    FillStyleBooleanProperties = 447,
    LineStyleColor = 448,
    LineStyleOpacity = 449,
    LineStyleColorModification = 451,
    LineStyleWidth = 459,
    LineStyleDashStyle = 463,
    LineStyleInsetPen = 505,
    LineStyleInsetPenOK = 506,
    LineStyleArrowheadsOK = 507,
    LineStyleLine = 508,
    LineStyleHitTestLine = 509,
    LineStyleFillShape = 510,
    LineStyleNoLineDrawDash = 511,
    LineStyleBooleanProperties = 511,
    ShadowColor = 513,
    ShadowColorModification = 515,
    ShadowSoftness = 540,
    ShadowObscured = 575,
    ShapeMaster = 769,
    ShapePolicyLabel = 822,
    ShapePolicyBarcode = 823,
    ShapeFlipHOverride = 824,
    ShapeFlipVOverride = 825,
    ShapeOleIcon = 826,
    ShapePreferRelativeResize = 827,
    ShapeLockShapeType = 828,
    ShapeInitiator = 829,
    ShapeDeleteAttachedObject = 830,
    ShapeBackground = 831,
    ShapeBooleanProperties = 831,
    GroupShapeName = 896,
    GroupShapeDescription = 897,
    GroupShapeWrapPolygonVertices = 899,
    GroupTableRowProperties = 928,
    Office2007Data = 937,
    GroupShapeLayoutInCell = 944,
    GroupShapeIsBullet = 945,
    GroupShapeStandardHR = 946,
    GroupShapeNoshadeHR = 947,
    GroupShapeHorizRule = 948,
    GroupShapeUserDrawn = 949,
    GroupShapeAllowOverlap = 950,
    GroupShapeReallyHidden = 951,
    GroupShapeScriptAnchor = 952,
    GroupShapeEditedWrap = 953,
    GroupShapeBehindDocument = 954,
    GroupShapeOnDblClickNotify = 955,
    GroupShapeIsButton = 956,
    GroupShapeOneD = 957,
    GroupShapeHidden = 958,
    GroupShapePrint = 959,
    GroupShapeBooleanProperties = 959,
    DiagramRelationTable = 1284,
    DiagramConstrainBounds = 1288,
    LineLeftStyleDashStyle = 1349,
    LineTopStyleDashStyle = 1423,
    LineRightStyleDashStyle = 1487,
    LineBottomStyleDashStyle = 1551,
    LineColumnStyleDashStyle = 1615,
    ClipVertices = 1728,
    ClipSegmentsInfo = 1729
}
/**
 * @hidden
 */
export declare let PropertyType_$type: Type;
