import { Type } from "igniteui-webcomponents-core";
/**
 * Indicates the activation mode to use for the grid.
 */
export declare enum GridActivationMode {
    /**
     * No activation should be peformed based on interaction.
     */
    None = 0,
    /**
     * A single cell is permitted to be activated at a time.
     */
    Cell = 1
}
/**
 * @hidden
 */
export declare let GridActivationMode_$type: Type;
