import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_EditAs { twoCell = 0, oneCell = 1, absolute = 2 } /** * @hidden */ export declare let ST_EditAs_$type: Type;