export declare const ViewModes: {
    INTERACTIVE: string;
    PRINT_PREVIEW: string;
};
export declare const PrintModes: {
    AUTO_SELECT: string;
    FORCE_PDF_PLUGIN: string;
    FORCE_PDF_FILE: string;
};
export declare const PageModes: {
    SINGLE_PAGE: string;
    CONTINUOUS_SCROLL: string;
};
export declare const ScaleModes: {
    FIT_PAGE_WIDTH: string;
    FIT_PAGE: string;
    SPECIFIC: string;
};
export declare const ParameterTypes: {
    INTEGER: string;
    FLOAT: string;
    STRING: string;
    DATETIME: string;
    BOOLEAN: string;
};
export declare const ParameterEditorTypes: {
    COMBO_BOX: string;
    LIST_VIEW: string;
};
export declare const ParametersAreaPositions: {
    RIGHT: string;
    LEFT: string;
    TOP: string;
    BOTTOM: string;
};
export declare const DocumentMapAreaPositions: {
    RIGHT: string;
    LEFT: string;
};
