import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum OfficeApplication { Excel = 0, Word = 1, PowerPoint = 2 } /** * @hidden */ export declare let OfficeApplication_$type: Type;