import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum SpreadsheetZoomOperation {
    ZoomIn = 0,
    ZoomOut = 1,
    ZoomToSelection = 2,
    ZoomTo100 = 3
}
/**
 * @hidden
 */
export declare let SpreadsheetZoomOperation_$type: Type;
