export declare enum LicenseType {
    Premium = "premium",
    Freemium = "freemium",
    Unlicense = "none",
    Organization = "organization",
    Developer = "developer"
}
export declare enum ScrollMode {
    Vertical = "Vertical",
    Horizontal = "Horizontal",
    Page = "Page",
    Wrapped = "Wrapped"
}
export declare enum ViewMode {
    SinglePage = "Single",
    DualPage = "Dual"
}
export declare enum ZoomLevel {
    ActualSize = "actualSize",
    PageFit = "pageFit",
    PageWidth = "pageWidth"
}
export declare enum ScrollDirection {
    Horizontal = "Horizontal",
    Vertical = "Vertical",
    Both = "Both"
}
export declare enum VPVAnnotationType {
    INTERNAL_LINK = "internal-link",
    LINK = "link",
    FILE_ATTACHMENT = "file-attachment",
    FORM_TEXT = "form-text",
    FORM_SELECT = "form-select",
    FORM_CHECKBOX = "form-checkbox",
    FORM_RADIO = "form-radio",
    FORM_BUTTON = "form-button",
    BUTTON = "button",
    NAVIGATION = "navigation"
}
export declare enum LayerRenderStatus {
    PreRender = 0,
    DidRender = 1
}
export declare enum AnnotationType {
    Text = 1,
    Link = 2,
    FreeText = 3,
    Line = 4,
    Square = 5,
    Circle = 6,
    Polygon = 7,
    Polyline = 8,
    Highlight = 9,
    Underline = 10,
    Squiggly = 11,
    StrikeOut = 12,
    Stamp = 13,
    Caret = 14,
    Ink = 15,
    Popup = 16,
    FileAttachment = 17,
    Widget = 20
}
export declare enum AnnotationFlag {
    INVISIBLE = 1,
    HIDDEN = 2,
    PRINT = 4,
    NOZOOM = 8,
    NOROTATE = 16,
    NOVIEW = 32,
    READONLY = 64,
    LOCKED = 128,
    TOGGLENOVIEW = 256,
    LOCKEDCONTENTS = 512
}
