import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_Comments {
    commNone = 0,
    commIndicator = 1,
    commIndAndComment = 2
}
/**
 * @hidden
 */
export declare let ST_Comments_$type: Type;
