import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_PageSetupOrientation { $default = 0, portrait = 1, landscape = 2 } /** * @hidden */ export declare let ST_PageSetupOrientation_$type: Type;