import { InjectionToken } from '@angular/core'; export declare const MSG_MOBILE_PREVIEW_INJECTIONS: InjectionToken; export declare interface MsgMobilePreview { type: number; setData(item: any): void; clear(): void; }