export declare const PageOrientation: {
    readonly Landscape: "landscape";
    readonly Portrait: "portrait";
};
export type PageOrientationType = (typeof PageOrientation)[keyof typeof PageOrientation];
//# sourceMappingURL=PageOrientation.d.ts.map