export declare enum StiElements {
    StiTextBox = "app-sti-text-box",
    StiCheckBox = "sti-checkbox-component",
    StiComboBox = "app-sti-combo-box",
    StiListBox = "app-sti-list-box",
    StiNumberBox = "app-sti-number-box",
    StiDateTimeBox = "app-sti-date-time-box",
    StiDescription = "app-sti-description",
    StiMultipleSelection = "app-sti-multiple-selection",
    StiPanel = "app-sti-panel",
    StiSignature = "app-sti-signature",
    StiSingleSelection = "app-sti-single-selection",
    StiTable = "app-sti-table"
}
export declare enum StiLabelAlignment {
    Left = 1,
    Right = 2,
    Top = 3
}
export declare enum StiLineWeight {
    Thin = 1,
    Normal = 2,
    Thick = 3
}
export declare enum StiTextHorAlignment {
    Left = 0,
    Center = 1,
    Right = 2,
    Width = 3
}
export declare enum StiTextRangeFormat {
    Characters = 0
}
export declare enum StiNumberRangeFormat {
    Digits = 0,
    Values = 1
}
export declare enum StiDisplayCurrencyAs {
    Symbol = 1,
    Code = 2
}
export declare enum StiBarcodeType {
    AustraliaPost4State = 0,
    Aztec = 1,
    Codabar = 2,
    Code11 = 3,
    Code128a = 4,
    Code128Auto = 5,
    Code128b = 6,
    Code128c = 7,
    Code39 = 8,
    Code39Ext = 9,
    Code93 = 10,
    Code93Ext = 11,
    DataMatrix = 12,
    DutchKIX = 13,
    EAN128a = 14,
    EAN128Auto = 15,
    EAN128b = 16,
    EAN128c = 17,
    EAN13 = 18,
    EAN8 = 19,
    FIM = 20,
    GS1_128 = 21,
    IntelligentMail4State = 22,
    Interleaved2of5 = 23,
    Isbn10 = 24,
    Isbn13 = 25,
    ITF14 = 26,
    Jan13 = 27,
    Jan8 = 28,
    Maxicode = 29,
    Msi = 30,
    Pdf417 = 31,
    Pharmacode = 32,
    Plessey = 33,
    Postnet = 34,
    QRCode = 35,
    RoyalMail4State = 36,
    SSCC18 = 37,
    Standard2of5 = 38,
    UpcA = 39,
    UpcE = 40,
    UpcSup2 = 41,
    UpcSup5 = 42
}
export declare enum StiThousandSeparator {
    None = 0,
    Comma = 1,
    Dot = 2,
    NoneComma = 3,
    Apostrophe = 4
}
export declare enum StiNumberType {
    Decimal = 0,
    Currency = 1
}
export declare enum StiButtonType {
    ClearForm = 0,
    SendForm = 1,
    AttachFiles = 2
}
export declare enum StiAngle {
    Angle0 = 0,
    Angle90 = 90,
    Angle180 = 180,
    Angle270 = 270
}
export declare enum StiQRCodeErrorCorrectionLevel {
    Level1 = 0,
    Level2 = 1,
    Level3 = 2,
    Level4 = 3
}
export declare enum HatchStyle {
    Horizontal = 0,
    Vertical = 1,
    ForwardDiagonal = 2,
    BackwardDiagonal = 3,
    Cross = 4,
    DiagonalCross = 5,
    Percent05 = 6,
    Percent10 = 7,
    Percent20 = 8,
    Percent25 = 9,
    Percent30 = 10,
    Percent40 = 11,
    Percent50 = 12,
    Percent60 = 13,
    Percent70 = 14,
    Percent75 = 15,
    Percent80 = 16,
    Percent90 = 17,
    LightDownwardDiagonal = 18,
    LightUpwardDiagonal = 19,
    DarkDownwardDiagonal = 20,
    DarkUpwardDiagonal = 21,
    WideDownwardDiagonal = 22,
    WideUpwardDiagonal = 23,
    LightVertical = 24,
    LightHorizontal = 25,
    NarrowVertical = 26,
    NarrowHorizontal = 27,
    DarkVertical = 28,
    DarkHorizontal = 29,
    DashedDownwardDiagonal = 30,
    DashedUpwardDiagonal = 31,
    DashedHorizontal = 32,
    DashedVertical = 33,
    SmallConfetti = 34,
    LargeConfetti = 35,
    ZigZag = 36,
    Wave = 37,
    DiagonalBrick = 38,
    HorizontalBrick = 39,
    Weave = 40,
    Plaid = 41,
    Divot = 42,
    DottedGrid = 43,
    DottedDiamond = 44,
    Shingle = 45,
    Trellis = 46,
    Sphere = 47,
    SmallGrid = 48,
    SmallCheckerBoard = 49,
    LargeCheckerBoard = 50,
    OutlinedDiamond = 51,
    SolidDiamond = 52,
    LargeGrid = 4,
    Min = 0,
    Max = 4
}
export declare enum StiQRCodeSize {
    Automatic = 0,
    v1 = 1,
    v2 = 2,
    v3 = 3,
    v4 = 4,
    v5 = 5,
    v6 = 6,
    v7 = 7,
    v8 = 8,
    v9 = 9,
    v10 = 10,
    v11 = 11,
    v12 = 12,
    v13 = 13,
    v14 = 14,
    v15 = 15,
    v16 = 16,
    v17 = 17,
    v18 = 18,
    v19 = 19,
    v20 = 20,
    v21 = 21,
    v22 = 22,
    v23 = 23,
    v24 = 24,
    v25 = 25,
    v26 = 26,
    v27 = 27,
    v28 = 28,
    v29 = 29,
    v30 = 30,
    v31 = 31,
    v32 = 32,
    v33 = 33,
    v34 = 34,
    v35 = 35,
    v36 = 36,
    v37 = 37,
    v38 = 38,
    v39 = 39,
    v40 = 40
}
export declare enum StiQRCodeBodyShapeType {
    Square = 0,
    RoundedSquare = 1,
    Dot = 2,
    Circle = 3,
    Diamond = 4,
    Star = 5,
    ZebraHorizontal = 6,
    ZebraVertical = 7,
    ZebraCross1 = 8,
    ZebraCross2 = 9,
    Circular = 10,
    DockedDiamonds = 11
}
export declare enum StiQRCodeEyeFrameShapeType {
    Square = 0,
    Dots = 1,
    Circle = 2,
    Round = 3,
    Round1 = 4,
    Round3 = 5
}
export declare enum StiQRCodeEyeBallShapeType {
    Square = 0,
    Dots = 1,
    Circle = 2,
    Round = 3,
    Round1 = 4,
    Round3 = 5,
    Star = 6,
    ZebraHorizontal = 7,
    ZebraVertical = 8
}
export declare enum StiBrushIdent {
    Empty = 1,
    Solid = 2,
    Gradient = 3,
    Glare = 4,
    Glass = 5,
    Hatch = 6,
    Default = 7,
    Style = 8
}
export declare enum StiBodyBrush {
    Empty = 1,
    Solid = 2,
    Hatch = 3,
    Gradient = 4,
    Glare = 5,
    Glass = 6
}
export declare enum StiButtonSendType {
    FDF = 0,
    HTML = 1,
    XFDF = 2,
    PDF = 3
}
export declare enum StiUnitAlignment {
    Prefix = 1,
    Suffix = 2,
    PrefixInside = 3,
    PrefixInsideSpace = 4,
    SuffixInside = 5,
    SuffixInsideSpace = 6
}
export declare enum StiSignatureType {
    Signature = 1,
    DigitalSignature = 2
}
export declare enum ImageType {
    png = 0,
    jpg = 1
}
export declare enum StiPageOrientation {
    Portrait = 1,
    Landscape = 2
}
export declare enum StiDateBoxAlignment {
    Left = 1,
    Right = 2,
    Inside = 3
}
export declare enum StiDateTimeBoxType {
    Date = 1,
    Time = 2,
    DateTime = 3
}
export declare enum StiDateTimeBoxValueChoise {
    Current = 1,
    Custom = 2,
    Null = 3
}
export declare enum StiImageSize {
    Normal = 0,
    OneHalf = 1,
    Double = 2
}
export declare enum SystemScaleID {
    x1 = 0,
    x2 = 1,
    x3 = 2,
    x4 = 3
}
export declare enum SystemScaleIconID {
    x100 = 0,
    x125 = 1,
    x150 = 2,
    x175 = 3,
    x200 = 4,
    x225 = 5,
    x250 = 6,
    x275 = 7,
    x300 = 8,
    x325 = 9,
    x350 = 10,
    x375 = 11,
    x400 = 12
}
export declare enum StiColumnType {
    CheckBox = 0,
    ComboBox = 1,
    RadioButton = 2,
    TextBox = 3,
    NumberBox = 4
}
export declare enum StiVerticalAlignment {
    Top = 1,
    Center = 2,
    Bottom = 3
}
export declare enum StiHorizontalAlignment {
    Left = 1,
    Center = 2,
    Right = 3
}
export declare enum StiPenStyle {
    Solid = 0,
    Dash = 1,
    Dot = 2
}
export declare enum StiCategories {
    General = 0,
    options = 1,
    Validation = 2,
    Visibility = 3,
    Appearance = 4
}
export declare enum StiAlgorithmExpression {
    NumberCellValue = 0,
    NumberColumnMax = 1,
    NumberColumnSum = 2,
    Constant = 3
}
export declare enum PaperKind {
    Custom = 0,
    Letter = 1,
    LetterSmall = 2,
    Tabloid = 3,
    Ledger = 4,
    Legal = 5,
    Statement = 6,
    Executive = 7,
    A3 = 8,
    A4 = 9,
    A4Small = 10,
    A5 = 11,
    B4 = 12,
    B5 = 13,
    Folio = 14,
    Quarto = 15,
    Standard10x14 = 16,
    Standard11x17 = 17,
    Note = 18,
    Number9Envelope = 19,
    Number10Envelope = 20,
    Number11Envelope = 21,
    Number12Envelope = 22,
    Number14Envelope = 23,
    CSheet = 24,
    DSheet = 25,
    ESheet = 26,
    DLEnvelope = 27,
    C5Envelope = 28,
    C3Envelope = 29,
    C4Envelope = 30,
    C6Envelope = 31,
    C65Envelope = 32,
    B4Envelope = 33,
    B5Envelope = 34,
    B6Envelope = 35,
    ItalyEnvelope = 36,
    MonarchEnvelope = 37,
    PersonalEnvelope = 38,
    USStandardFanfold = 39,
    GermanStandardFanfold = 40,
    GermanLegalFanfold = 41,
    IsoB4 = 42,
    JapanesePostcard = 43,
    Standard9x11 = 44,
    Standard10x11 = 45,
    Standard15x11 = 46,
    InviteEnvelope = 47,
    LetterExtra = 50,
    LegalExtra = 51,
    TabloidExtra = 52,
    A4Extra = 53,
    LetterTransverse = 54,
    A4Transverse = 55,
    LetterExtraTransverse = 56,
    APlus = 57,
    BPlus = 58,
    LetterPlus = 59,
    A4Plus = 60,
    A5Transverse = 61,
    B5Transverse = 62,
    A3Extra = 63,
    A5Extra = 64,
    B5Extra = 65,
    A2 = 66,
    A3Transverse = 67,
    A3ExtraTransverse = 68,
    JapaneseDoublePostcard = 69,
    A6 = 70,
    JapaneseEnvelopeKakuNumber2 = 71,
    JapaneseEnvelopeKakuNumber3 = 72,
    JapaneseEnvelopeChouNumber3 = 73,
    JapaneseEnvelopeChouNumber4 = 74,
    LetterRotated = 75,
    A3Rotated = 76,
    A4Rotated = 77,
    A5Rotated = 78,
    B4JisRotated = 79,
    B5JisRotated = 80,
    JapanesePostcardRotated = 81,
    JapaneseDoublePostcardRotated = 82,
    A6Rotated = 83,
    JapaneseEnvelopeKakuNumber2Rotated = 84,
    JapaneseEnvelopeKakuNumber3Rotated = 85,
    JapaneseEnvelopeChouNumber3Rotated = 86,
    JapaneseEnvelopeChouNumber4Rotated = 87,
    B6Jis = 88,
    B6JisRotated = 89,
    Standard12x11 = 90,
    JapaneseEnvelopeYouNumber4 = 91,
    JapaneseEnvelopeYouNumber4Rotated = 92,
    Prc16K = 93,
    Prc32K = 94,
    Prc32KBig = 95,
    PrcEnvelopeNumber1 = 96,
    PrcEnvelopeNumber2 = 97,
    PrcEnvelopeNumber3 = 98,
    PrcEnvelopeNumber4 = 99,
    PrcEnvelopeNumber5 = 100,
    PrcEnvelopeNumber6 = 101,
    PrcEnvelopeNumber7 = 102,
    PrcEnvelopeNumber8 = 103,
    PrcEnvelopeNumber9 = 104,
    PrcEnvelopeNumber10 = 105,
    Prc16KRotated = 106,
    Prc32KRotated = 107,
    Prc32KBigRotated = 108,
    PrcEnvelopeNumber1Rotated = 109,
    PrcEnvelopeNumber2Rotated = 110,
    PrcEnvelopeNumber3Rotated = 111,
    PrcEnvelopeNumber4Rotated = 112,
    PrcEnvelopeNumber5Rotated = 113,
    PrcEnvelopeNumber6Rotated = 114,
    PrcEnvelopeNumber7Rotated = 115,
    PrcEnvelopeNumber8Rotated = 116,
    PrcEnvelopeNumber9Rotated = 117,
    PrcEnvelopeNumber10Rotated = 118
}
export declare enum DayOfWeek {
    Sunday = 0,
    Monday = 1,
    Tuesday = 2,
    Wednesday = 3,
    Thursday = 4,
    Friday = 5,
    Saturday = 6
}
export declare enum StiFormSaveMode {
    Automatic = 0,
    Manual = 1
}
