export declare enum LicenseType {
    All = "all",
    Premium = "premium",
    Freemium = "freemium",
    Unlicense = "none",
    Organization = "organization",
    Developer = "developer",
    FreeTrial = "free-trial"
}
export declare enum ScrollMode {
    Vertical = "Vertical",
    Horizontal = "Horizontal",
    Page = "Page",
    Wrapped = "Wrapped"
}
export declare enum ViewMode {
    SinglePage = "Single",
    DualPage = "Dual",
    DualPageWithCover = "DualWithCover"
}
export declare enum ZoomLevel {
    ActualSize = "actualSize",
    PageFit = "pageFit",
    PageWidth = "pageWidth"
}
export declare enum SelectionMode {
    Text = "text",
    Hand = "hand"
}
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 AnnotationFlag {
    INVISIBLE = 1,
    HIDDEN = 2,
    PRINT = 4,
    NOZOOM = 8,
    NOROTATE = 16,
    NOVIEW = 32,
    READONLY = 64,
    LOCKED = 128,
    TOGGLENOVIEW = 256,
    LOCKEDCONTENTS = 512
}
export declare enum LicenseProduct {
    Viewer = "viewer",
    ViewerAndAnnotation = "viewer_and_annotation"
}
