export declare function useWebShare(): { share: (data: ShareData) => Promise; isSupported: boolean; error: Error | null; };