type ShareOptions = { title?: string; text?: string; url?: string; }; declare const _default: { isAvailableAsync(): Promise; shareAsync(url: string, options?: ShareOptions): Promise; getSharedPayloads(): never; getResolvedSharedPayloadsAsync(): Promise; clearSharedPayloads(): never; }; export default _default; //# sourceMappingURL=SharingNativeModule.web.d.ts.map