declare enum PrefPaperPosition {
    LEFT = 0,
    MIDDLE = 1,
    RIGHT = 2
}
export default PrefPaperPosition;
