import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_ShapeType {
    line = 0,
    lineInv = 1,
    triangle = 2,
    rtTriangle = 3,
    rect = 4,
    diamond = 5,
    parallelogram = 6,
    trapezoid = 7,
    nonIsoscelesTrapezoid = 8,
    pentagon = 9,
    hexagon = 10,
    heptagon = 11,
    octagon = 12,
    decagon = 13,
    dodecagon = 14,
    star4 = 15,
    star5 = 16,
    star6 = 17,
    star7 = 18,
    star8 = 19,
    star10 = 20,
    star12 = 21,
    star16 = 22,
    star24 = 23,
    star32 = 24,
    roundRect = 25,
    round1Rect = 26,
    round2SameRect = 27,
    round2DiagRect = 28,
    snipRoundRect = 29,
    snip1Rect = 30,
    snip2SameRect = 31,
    snip2DiagRect = 32,
    plaque = 33,
    ellipse = 34,
    teardrop = 35,
    homePlate = 36,
    chevron = 37,
    pieWedge = 38,
    pie = 39,
    blockArc = 40,
    donut = 41,
    noSmoking = 42,
    rightArrow = 43,
    leftArrow = 44,
    upArrow = 45,
    downArrow = 46,
    stripedRightArrow = 47,
    notchedRightArrow = 48,
    bentUpArrow = 49,
    leftRightArrow = 50,
    upDownArrow = 51,
    leftUpArrow = 52,
    leftRightUpArrow = 53,
    quadArrow = 54,
    leftArrowCallout = 55,
    rightArrowCallout = 56,
    upArrowCallout = 57,
    downArrowCallout = 58,
    leftRightArrowCallout = 59,
    upDownArrowCallout = 60,
    quadArrowCallout = 61,
    bentArrow = 62,
    uturnArrow = 63,
    circularArrow = 64,
    leftCircularArrow = 65,
    leftRightCircularArrow = 66,
    curvedRightArrow = 67,
    curvedLeftArrow = 68,
    curvedUpArrow = 69,
    curvedDownArrow = 70,
    swooshArrow = 71,
    cube = 72,
    can = 73,
    lightningBolt = 74,
    heart = 75,
    sun = 76,
    moon = 77,
    smileyFace = 78,
    irregularSeal1 = 79,
    irregularSeal2 = 80,
    foldedCorner = 81,
    bevel = 82,
    frame = 83,
    halfFrame = 84,
    corner = 85,
    diagStripe = 86,
    chord = 87,
    arc = 88,
    leftBracket = 89,
    rightBracket = 90,
    leftBrace = 91,
    rightBrace = 92,
    bracketPair = 93,
    bracePair = 94,
    straightConnector1 = 95,
    bentConnector2 = 96,
    bentConnector3 = 97,
    bentConnector4 = 98,
    bentConnector5 = 99,
    curvedConnector2 = 100,
    curvedConnector3 = 101,
    curvedConnector4 = 102,
    curvedConnector5 = 103,
    callout1 = 104,
    callout2 = 105,
    callout3 = 106,
    accentCallout1 = 107,
    accentCallout2 = 108,
    accentCallout3 = 109,
    borderCallout1 = 110,
    borderCallout2 = 111,
    borderCallout3 = 112,
    accentBorderCallout1 = 113,
    accentBorderCallout2 = 114,
    accentBorderCallout3 = 115,
    wedgeRectCallout = 116,
    wedgeRoundRectCallout = 117,
    wedgeEllipseCallout = 118,
    cloudCallout = 119,
    cloud = 120,
    ribbon = 121,
    ribbon2 = 122,
    ellipseRibbon = 123,
    ellipseRibbon2 = 124,
    leftRightRibbon = 125,
    verticalScroll = 126,
    horizontalScroll = 127,
    wave = 128,
    doubleWave = 129,
    plus = 130,
    flowChartProcess = 131,
    flowChartDecision = 132,
    flowChartInputOutput = 133,
    flowChartPredefinedProcess = 134,
    flowChartInternalStorage = 135,
    flowChartDocument = 136,
    flowChartMultidocument = 137,
    flowChartTerminator = 138,
    flowChartPreparation = 139,
    flowChartManualInput = 140,
    flowChartManualOperation = 141,
    flowChartConnector = 142,
    flowChartPunchedCard = 143,
    flowChartPunchedTape = 144,
    flowChartSummingJunction = 145,
    flowChartOr = 146,
    flowChartCollate = 147,
    flowChartSort = 148,
    flowChartExtract = 149,
    flowChartMerge = 150,
    flowChartOfflineStorage = 151,
    flowChartOnlineStorage = 152,
    flowChartMagneticTape = 153,
    flowChartMagneticDisk = 154,
    flowChartMagneticDrum = 155,
    flowChartDisplay = 156,
    flowChartDelay = 157,
    flowChartAlternateProcess = 158,
    flowChartOffpageConnector = 159,
    actionButtonBlank = 160,
    actionButtonHome = 161,
    actionButtonHelp = 162,
    actionButtonInformation = 163,
    actionButtonForwardNext = 164,
    actionButtonBackPrevious = 165,
    actionButtonEnd = 166,
    actionButtonBeginning = 167,
    actionButtonReturn = 168,
    actionButtonDocument = 169,
    actionButtonSound = 170,
    actionButtonMovie = 171,
    gear6 = 172,
    gear9 = 173,
    funnel = 174,
    mathPlus = 175,
    mathMinus = 176,
    mathMultiply = 177,
    mathDivide = 178,
    mathEqual = 179,
    mathNotEqual = 180,
    cornerTabs = 181,
    squareTabs = 182,
    plaqueTabs = 183,
    chartX = 184,
    chartStar = 185,
    chartPlus = 186
}
/**
 * @hidden
 */
export declare let ST_ShapeType_$type: Type;
