export declare enum PaperColor {
    BrightWhite,
    White,
    OffWhite,
    Cream
}
