import * as React from 'react';
/**
 * This is unused, and currently does nothing.
 * But left as an export to avoid breaking consumers who might be using it.
 *
 * @deprecated
 */
export declare const UnhandledLinkingContext: React.Context<{
    lastUnhandledLink: string | undefined;
    setLastUnhandledLink: (lastUnhandledUrl: string | undefined) => void;
}>;
//# sourceMappingURL=UnhandledLinkingContext.d.ts.map