import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_FormulaDirection {
    col = 0,
    row = 1
}
/**
 * @hidden
 */
export declare let ST_FormulaDirection_$type: Type;
