import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum WorkbookFontProxy_PropertyIds { Bold = 0, ColorInfo = 1, Height = 2, Italic = 3, Name1 = 4, Strikeout = 5, SuperscriptSubscriptStyle = 6, UnderlineStyle = 7 } /** * @hidden */ export declare let WorkbookFontProxy_PropertyIds_$type: Type;