import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum MouseOperationState {
    NotStarted = 0,
    Starting = 1,
    Started = 2,
    Ending = 3,
    Cancelling = 4
}
/**
 * @hidden
 */
export declare let MouseOperationState_$type: Type;
