export declare enum ScreenOrientation {
    LANDSCAPE = "LANDSCAPE",
    PORTRAIT = "PORTRAIT"
}
//# sourceMappingURL=ScreenOrientation.d.ts.map