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