import { Type } from "igniteui-react-core"; /** * Enumeration of options for the usage of the surface. */ export declare enum ViewerSurfaceUsage { /** * Normal surface usage. */ Normal = 0, /** * Minimal surface usage. */ Minimal = 1 } /** * @hidden */ export declare let ViewerSurfaceUsage_$type: Type;