import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_PageOrientation {
    _default = 0,
    portrait = 1,
    landscape = 2
}
/**
 * @hidden
 */
export declare let ST_PageOrientation_$type: Type;
