import { Type } from "igniteui-webcomponents-core";
/**
 * Enumerates the option for how row selection is animated.
 */
export declare enum RowHoverAnimationMode {
    /**
     * The correct animation mode is automatically selected.
     */
    Auto = 0,
    /**
     * No animation is performed.
     */
    None = 1,
    /**
     * The selection color and the normal background color are blended between.
     */
    ColorBlend = 2
}
/**
 * @hidden
 */
export declare let RowHoverAnimationMode_$type: Type;
