export declare enum TwoUpFitMode {
    FitToView = "fit-to-view",
    FitToWidth = "fit-to-width"
}
