import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum SpreadsheetPaneManager_ProtectedActionResult {
    SkipOperation = 0,
    ContinueWithoutValidation = 1,
    ReverifyProtection = 2
}
/**
 * @hidden
 */
export declare let SpreadsheetPaneManager_ProtectedActionResult_$type: Type;
