import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum FunctionGroup { Financial = 1, DateAndTime = 2, MathAndTrig = 3, Statistical = 4, LookupAndReference = 5, Database = 6, Text = 7, Logical = 8, Information = 9, Commands = 10, Customizing = 11, MacroControl = 12, DDEExternal = 13, UserDefined = 14 } /** * @hidden */ export declare let FunctionGroup_$type: Type;