import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum WorkItemContinuationType { Default = 0, Synchronous = 1, Asynchronous = 2 } /** * @hidden */ export declare let WorkItemContinuationType_$type: Type;