import { LyraJSAPIMethodBrowser } from './index'; export declare enum EShareChannel { ALPContact = "ALPContact", ALPTimeLine = "ALPTimeLine", ALPCommunity = "ALPCommunity", Weibo = "Weibo", DingTalkSession = "DingTalkSession", SMS = "SMS", Weixin = "Weixin", WeixinTimeLine = "WeixinTimeLine", QQ = "QQ", QQZone = "QQZone", OpenInSafari = "OpenInSafari", Favorite = "Favorite", none = "" } export interface IStartShareOptions { bizType: string; onlySelectChannel: EShareChannel[]; } export interface IShareResponse { bizType?: string; shareResult?: boolean; channelName?: EShareChannel; } export interface IShareAPI { startShare: LyraJSAPIMethodBrowser; } //# sourceMappingURL=share.d.ts.map