import { Type } from "igniteui-angular-core"; export declare enum NestedActionMode { /** * Replaces the current tool action view with the nested view. */ Replace = 0 } /** * @hidden */ export declare let NestedActionMode_$type: Type;