export declare namespace InteractionMode {
    const EDIT = 0;
    const LIVE = 1;
}
export declare function isPreviewMode(mode: any): boolean;
