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