import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum IGFormattedTextSettingsFlags { Font = 2, Bold = 4, Height = 8, Italic = 16, StrikeThrough = 32, SuperSubScript = 64, Foreground = 128, Underline = 256, All = 510 } /** * @hidden */ export declare let IGFormattedTextSettingsFlags_$type: Type;