import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum MouseDownInProgressResult {
    CancelOperationAndContinue = 0,
    CancelOperationAndSkip = 1,
    IgnoreMouseDown = 2
}
/**
 * @hidden
 */
export declare let MouseDownInProgressResult_$type: Type;
