import type { UseIncomingShareResult } from './Sharing.types';
/**
 * Hook, which returns the data shared with the application and updates the data if the shared payload has changed.
 */
export declare function useIncomingShare(): UseIncomingShareResult;
//# sourceMappingURL=useIncomingShare.d.ts.map