import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_SplitType {
    auto = 0,
    cust = 1,
    percent = 2,
    pos = 3,
    val = 4
}
/**
 * @hidden
 */
export declare let ST_SplitType_$type: Type;
