export declare enum ViewMode {
    Interactive = 0,
    PrintPreview = 1
}
