import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum PreventTextFormattingTypes { None = 0, string1 = 1 } /** * @hidden */ export declare let PreventTextFormattingTypes_$type: Type;