import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_CellComments {
    none = 0,
    asDisplayed = 1,
    atEnd = 2
}
/**
 * @hidden
 */
export declare let ST_CellComments_$type: Type;
