import { Type } from "igniteui-webcomponents-core";
/**
 * Indicates the current operation underway for the cloned data source.
 */
export declare enum CloneDataSourceFilterOperation {
    None = 0,
    ValueToText = 1,
    TextToValue = 2
}
/**
 * @hidden
 */
export declare let CloneDataSourceFilterOperation_$type: Type;
