import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_UnderlineValues { _single = 0, _double = 1, singleAccounting = 2, doubleAccounting = 3, none = 4 } /** * @hidden */ export declare let ST_UnderlineValues_$type: Type;