import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_CellFormulaType { normal = 0, array = 1, dataTable = 2, shared = 3 } /** * @hidden */ export declare let ST_CellFormulaType_$type: Type;